Skip to content Skip to sidebar Skip to footer

Tensorflow: Quantization Error "analysis Of Target '//tensorflow/tools/graph_transforms:transform_graph' Failed; Build Aborted."

I am working to quantize my existing inception model graph in an attempt to reduce its size from ~89mb so something around 30mb as claimed according to the google tutorial here. Th

Solution 1:

It looks like you did not configure the tensorflow repo. You need to ./configure in the top level tensorflow directory and answer all the questions it asks before you can build anything in it (including transform_graph tool).

For more info, see section "Configure the installation" in https://www.tensorflow.org/install/install_sources

Post a Comment for "Tensorflow: Quantization Error "analysis Of Target '//tensorflow/tools/graph_transforms:transform_graph' Failed; Build Aborted.""