tools icon indicating copy to clipboard operation
tools copied to clipboard

Results 5 tools issues
Sort by recently updated
recently updated
newest added

Was trying to run the below command and had this error ``` root@00000:/workspace/tensorflow# python tensorflow/python/tools/freeze_graph.py \ > --input_graph /workspace/quantization/RL_S2S_1544356761_saved_model.pb \ > --output_graph /workspace/quantization/freezed_graph.pb \ > --input_binary False \ > --input_checkpoint...

I'm trying compare the accuracies between resnet and its quantized version. First, I downloaded the resnet_v1 saved_model and used tensorflow's freeze_graph tool to freeze the graph. I then followed the...

I modify this tools made it support the bert model quantize,but after quantize matmul and biasadd,I use int8 pb file replace fp32 pb file,all the output is wrong。

Hi, I am trying to quantize the RetinaNet topology trained on TensorFlow, but I am getting an error. These are the steps I followed based on these instructions https://github.com/IntelAI/tools/tree/master/tensorflow_quantization: 1)...