-
Notifications
You must be signed in to change notification settings - Fork 45.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you mark the correct tensorflow version for the provided pre-trained models? #6040
Comments
Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks. |
Hi There, |
@tensorflowbutler So long time to look back. the problem seems to be caused by inconsistent tensorflow version. Please refer to the answer . Besides, I suggest you should add the critical information about which version of tensorflow you use to train the CNN models to get the listed pre-trained-models in Thanks. |
@IvyGongoogle Is this still an issue?.Please, close this thread if your issue was resolved.Thanks! |
Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks! |
hello, when I use
tf.train.import_meta_graph("/xxx.meta")
toload the pre-trained models in here, I always get the error:
File "/yyy/lib/python2.7/site-packages/tensorflow/python/framework/importer.py", line 259, in import_graph_def raise ValueError('No op named %s in defined operations.' % node.op) ValueError: No op named IteratorV2 in defined operations.
similar problem mentioned in here, but not get solved. So can you mark the correct tf version for the provided pre-trained models to not waster our time.
The text was updated successfully, but these errors were encountered: