• No accuracy after exporting Caffe model on the microcontroller for MNIST Dataset
    Hi All, I have trained and tested the Caffe model for the MNIST dataset which produces 85 to 90% accuracy when tested on Desktop computers. I have generated a header file after solving bugs in code_gen...
  • nn_quantizer.py in the ML-CIFAR10 examples returning out of range index error for Caffe LeNet example for MNIST
    Hello, I've been working to create a small CNN from MNIST dataset. I've successfully trained the network. However, while converting the model, it breaks at line 232. Any help would be appreciated Traceback...
  • Exception occurs while running "mov w4, #3" from certain addresses
    Hello, I'm stuck by a weird problem. I built a simple HelloWorld axf with GNU toolchain gcc-arm-8.3-2019.03-x86_64-aarch64-elf , and tried to run it on the simulation model Base_RevC_AEMv8A. But I always...
  • while running nn_quantizer.py for CIFAR10 got error blob_dims == blob->shape() Cannot load blob from hdf5
    I have download code from git clone https://github.com/ARM-software/ML-examples.git I have executed ML-examples ->cmsisnn-cifar10 and successfully generate mean file mean.binaryproto,cifar10_test_lmdb...
  • Errors running Arm NN UnitTests on Android
    Hi, I have folllowed instructions at https://github.com/ARM-software/armnn/blob/branches/armnn_19_08/BuildGuideAndroidNDK.md to build Arm NN and its dependencies, and I have succeded with the build...