Browse By Tags

  • 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/cifar10_m7_iter_300000.caffemodel.h5 --save models…