• How to get the required FLOPs for my neural network
    I want to estimate the memory bandwidth of my neural network. In order to do this, I need to know the FLOPS required for an inference. Does this number depend on the library that I am using (e.g. ComputeLibrary...
  • ARM NN with ONNX Parser
    Hi all, it has been already quite a few days that i've been trying to build the libraries for arm nn with onnx support. I always get to the last step and it fails. If i follow the official guide on this...
  • Object detection
    Hi guys, Has anyone tried object detection using ARM NN? Are there any examples you could point me to? I have mobilnet-ssd TF model, also TF-LIte model 8bit quantized but I am happy to retrain on anything...
  • Linux networking on Juno board
    Hi, I have the Juno board booting with the Linaro Linux rootfs and kernel version 3.10.52.  I see an eth0 device inside of Linux, and from the boot messages, I see that it's trying to DHCP an address...
  • how to enable network on FVP
    Hi, I want to use network on FVP, I added "--network=nat" when starting the FVP but there was not an ip addr when I booted into the kernel, ifconfig shows as below: FVP host is ubuntu-16.04 inside VirtualBox...