Closed wangxianrui closed 6 years ago
If the input_graph
argument is not specified, its default value, which is "None", will take effect and the default graph will be used. The default graph is defined in the code block starting from here:
https://github.com/Tencent/PocketFlow/blob/master/learners/uniform_quantization_tf/learner.py#L142
I just looked at 'quantize_graph.py', so ... , sorry to bother you
In the source code of
leaners/uniform_quantization_tf/learner.py
, using tensorflow's quantization-aware to creat training graph:but I don not find the value of 'input_graph', so I am so confused about how i can work, ... Maybe this is kind of stupid, I am not familiar with tensorflow ==