Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

Issue on Compiling TensorFlow™ Model Zoo Networks

idata
Employee
680 Views

hi all

 

I'm working to compile TensorFlow Model Zoo Networks using this https://movidius.github.io/ncsdk/tf_modelzoo.html. While I use this command "python3 ../tensorflow/tensorflow/python/tools/freeze_graph.py --input_graph=inception_v3.pb --input_binary=true --input_checkpoint=inception_v3.ckpt --output_graph=inception_v3_frozen.pb --output_node_name=InceptionV3/Predictions/Reshape_1" to freeze model for inference I got issue that I mention below:

 

"Traceback (most recent call last):

 

File "../tensorflow/tensorflow/python/tools/freeze_graph.py", line 58, in

 

from tensorflow.python.training import checkpoint_management

 

ImportError: cannot import name 'checkpoint_management'"

 

Can anyone help me to resolve this issue?

0 Kudos
1 Reply
idata
Employee
411 Views

@Narasimmavarman

 

Check below.

 

$ uname -a $ python3 -c 'import tensorflow as tf; print(tf.__version__)'
0 Kudos
Reply