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
I exported a saved model folder by "model.export("fashionmodel")" in python (TF 2.17.0), than I load this model in Tensorflow.NET by "tf.saved_model.load(path)", after that, how can I use this loaded model(type of Trackable) to predict in Tensorflow.NET? I cannot find any sample code online.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I exported a saved model folder by "model.export("fashionmodel")" in python (TF 2.17.0), than I load this model in Tensorflow.NET by "tf.saved_model.load(path)", after that, how can I use this loaded model(type of Trackable) to predict in Tensorflow.NET? I cannot find any sample code online.
Beta Was this translation helpful? Give feedback.
All reactions