Replies: 1 comment
-
When you save the model, use a file name that is NOT ended with ".h5". model = automodel.export_model()
model.save('model') # instead of model.save('model.h5') |
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.
-
i tried to clone a autokeras model to keras, and train this keras model and then saved as h5 file,but i failed.(save or restore weightsthat is not in an instance of 'tf.variable' is not supported in h5) i don't know why. could someone give me some advises? thanks!
Beta Was this translation helpful? Give feedback.
All reactions