• 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...
  • 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...
  • 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...
  • 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...
  • 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...