Replies: 1 comment
-
Would there be any testing which was performed for the following items,if yes where can I find the findings?
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
If I have a GRU model trained on Keras version 2.3.x and during scoring I load the model and perform the predict function in an environment with Keras 2.9.x should i expect any mismatches in the scores generated?
My understanding is that there ideally wouldn't be any reason for a mismatch to occur since we are loading a saved model- the parameters would be fixed and the 2 versions are still from the same major version 2.x
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions