yolov2_tf_ios icon indicating copy to clipboard operation
yolov2_tf_ios copied to clipboard

Quantization tool in tensorflow

Open liuhantao9 opened this issue 7 years ago • 0 comments

You are using quantize_graph tool to quantize the model. https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite On this website, they are suggesting freeze the graph using .pb and .ckpt, then convert it to .tflite. I think freeze_graph tool can also generate a quantized model. Do you know what is the difference? Where is the .ckpt file for darkflow?

liuhantao9 avatar Feb 21 '18 05:02 liuhantao9