Hantao Liu

Results 5 issues of Hantao Liu

Do you know the output of your .pb file from quantization is quantized or float?

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...

I have no quantization folder inside bazel-bin/tensorflow/tools. However, I have it inside tensorflow-master/tensorflow/tools/quantization. I just removed the bazel-bin and simply put tensorflow/tools/quantization/quantize_graph and it tells me can not find the...

I have tried python3 setup.py build_ext --inplace tried pip install -e . tried everything, but it just can be solved. Any help will be appreciated.

I did a little modification so that it could run multiple images It always ended with a message killed: 9 after certain iteration Any suggestion?