Skip to content
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

RuntimeError: MetaGraphDef associated with tag-set could not be found in SavedModel #3

Open
vishal2612200 opened this issue Jul 8, 2019 · 0 comments

Comments

@vishal2612200
Copy link

When I create .pb file using your method and try to check tag-set in the newly created file, it show upper mentioned error. I think you have forgot to add some codes in the given code.

for example, for saving the tag-set in the pb file you have to use below line in your code for load call.
tf.saved_model.loader.load(session, [tag_constants.SERVING], path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant