You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.
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):
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!
The text was updated successfully, but these errors were encountered: