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?
Link Copied
@Narasimmavarman
Check below.
$ uname -a
$ python3 -c 'import tensorflow as tf; print(tf.__version__)'
For more complete information about compiler optimizations, see our Optimization Notice.