- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- Tensorflow
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Narasimmavarman
Check below.
$ uname -a
$ python3 -c 'import tensorflow as tf; print(tf.__version__)'
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page