This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Description
Hi, I am currently working with a custom tensorflow model. So far, the quantization was successful, but I would like to know the accuracy of quantization results.
The following command is for testing quantized caffe network:
decent_q test -model quantize_results/quantize_train_test.prototxt -weights quantize_results/quantize_train_test.caffemodel -test_iter 100
But I have encountered this error (running decent_q test in tf container):
decent_q: error: argument command: invalid choice: 'test' (choose from 'quantize', 'inspect', 'dump')
Also, what command I should use to test the accuracy of a quantized tensorflow network?
Any suggestion or help is appreciated!