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
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
-
Hello,
I am running
tf2onnx 1.16.1
,tensorflow 2.12.0
,onnxruntime 1.18.0
.I have the following simple tensorflow keras model:
When trained, It predicts a vector of probabilities:
Then I save the model as the following:
But when I am trying to load and reuse the model with the same data the result is inconsistent:
What do I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions