Open vinuraj1010 opened 4 years ago
I have also found that the nn_quantiser.py script does not work for alexnet trained mnist models giving the following error after using the command:
ython3 nn_quantizer.py --model models/mnist/lenet_train_test.prototxt --weights models/mnist/lenet_iter_10000.caffemodel --save models/mnist/lenet_mnist.pkl
Hi all,
I would like to know whether the nn_quantizer.py and code_gen.py works for all caffe models with specified restrictions.
As an example:
Please guide me through this.
I was planning to develop a NN model for mcu. If caffe model can be converted for mcu, it will be better for me. otherwise I have to go for tensorflow lite.