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
hello
I convert code to tensorflow2 but for loading savedmpdel.pb I need tag which is related MetaGraph . could you please help me?
ValueError: Importing a SavedModel with tf.saved_model.load requires a tags= argument if there is more than one MetaGraph. Got tags=None, but there are 0 MetaGraphs in the SavedModel with tag sets: []. Pass a tags= argument to load this SavedModel.
thank you
The text was updated successfully, but these errors were encountered:
hello
I convert code to tensorflow2 but for loading savedmpdel.pb I need tag which is related MetaGraph . could you please help me?
ValueError: Importing a SavedModel with
tf.saved_model.load
requires atags=
argument if there is more than one MetaGraph. Gottags=None
, but there are 0 MetaGraphs in the SavedModel with tag sets: []. Pass atags=
argument to load this SavedModel.thank you
The text was updated successfully, but these errors were encountered: