• Hierarchical lstm prediction for variable length
    I have the hierarchical input data in format - input_x = [[ 1 , 2 , 11 ] , [ 0 , 22 , 33 ] , [ 0 , 44 , 10 ] , [ 9 , 1 , 32 ]] target_x = [ 0.2 , 0.4 , 0.7 , 0.3 ] Currently , I am implementing the...
  • Running python 3.8.5-2 from android adb shell
    I downloaded python 3.8.5 -2 package from https://archlinuxarm.org/packages/aarch64/python . The downloaded package has /bin directory with included files of type application/x-sharedlib. I flashed the...
  • Top-k scoring across multiple dimensions
    In e.g. Natural Language Processing in Machine Learning , a beam-search is often used to predict the next objects to add on to a sequence and rank them. A key part of the beam-search is the top- k score...
  • Tensorflow/Pytorch with GPU on ARM64
    Hi, I wish to launch some ML python scripts on arm64 and I have a question how one could use tensorflow or pytorch with gpu acceleration using nvidia drivers. As I can see, for ARM64 NVIDIA supports...
  • Compiling Xen for Juno
    Hi, I am trying to run Xen on Juno r0 board and while compiling the Xen code getting following error - make xen XEN_ARCH_TARGET=arm64 debug=y CONFIG_EARLY_PRINTK=juno make -C xen install make[1]: Entering...