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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: