• 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...
  • nn_quantizer.py in the ML-CIFAR10 examples got error KeyError: 'accuracy'
    I am executing ML-examples ->cmsisnn-cifar10. While converting trained caffe model into cmsis-nn by below command python nn_quantizer.py --model models/cifar10_m7_train_test.prototxt --weights models...
  • 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...
  • 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...
  • Getting an error while running code_gen.py with MNIST
    hi, While converting .pkl file into header file by running script code_gen.py with MNIST dataset I am getting below error. Traceback (most recent call last): File "code_gen.py", line 362, in <module>...