Replies: 2 comments
-
Thanks for the post. @hadifawaz1999 any idea? |
Beta Was this translation helpful? Give feedback.
0 replies
-
which tensorflow version you have on your system ? can you provide the full code you're using please ? |
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.
-
Hello. After the latest update in 0.8.0 that saves best_model and last_model in ".keras" format,
tf.keras.models.load_model("path_to_keras_file", compile=False)
will raise an error.Some of the errors (for individual inception time model):
Layer 'conv1d_5' expected 1 variables, but received 0 variables during loading. Expected: ['conv1d_5/kernel:0']
Beta Was this translation helpful? Give feedback.
All reactions