Hi,
Is it possible to provide the caffe model (.protext and .caffemodel) for "CMSIS/NN/Examples/ARM/arm_nn_examples/gru/", similar to the one provided for cifar10 example under https://github.com/ARM-software/ML-examples/tree/master/cmsisnn…
Hi,
Is it possible to provide the caffe model (.protext and .caffemodel) for "CMSIS/NN/Examples/ARM/arm_nn_examples/gru/", similar to the one provided for cifar10 example under https://github.com/ARM-software/ML-examples/tree/master/cmsisnn…
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 and cifar10_train_lmdb.
through below command
cd …
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…
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 (most recent call last): File "nn_quantizer…