• 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...
  • 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...
  • Is nn_quantizer.py compatible with hdf5 data layer?
    Hi, I am training a non image data set in caffe and trying to convert it to corresponding cmsisnn calls using the nn_quantizer script. The input layer used in caffe is HDF5. Post training the model...
  • 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...
  • Got AVD launching error
    Hi, I have just started to learn Android from the video series of "Android Apps Development Tutorial" and few android developer forum but i am getting problem in launching AVD. In the video series when...