Hiii.
I'm not able to quantize a graph. There is no error occurred and no any warning and successfully run the command. But the problem is i can not locate a new quntized graph.
I have tried this command in terminal.
python python/quantize_graph.py --input=yolov2-tiny-ofg.pb --output_node_names=output --output=quantized_yolov2-tiny-ofg.pb --mode=weights
Hear is the code which is used https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/quantize
Thank you
Hiii.
I'm not able to quantize a graph. There is no error occurred and no any warning and successfully run the command. But the problem is i can not locate a new quntized graph.
I have tried this command in terminal.
python python/quantize_graph.py --input=yolov2-tiny-ofg.pb --output_node_names=output --output=quantized_yolov2-tiny-ofg.pb --mode=weights
Hear is the code which is used https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/quantize
Thank you