We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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/cifar10_m7.pkl
getting error message.
Traceback (most recent call last): File "nn_quantizer.py", line 614, in <module> my_model.get_graph_connectivity() File "nn_quantizer.py", line 231, in get_graph_connectivity num_branch = len(self.bottom_blob[current_layer])KeyError: 'accuracy'
Kindly provide any refernce for solving above error.