You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: