Replies: 1 comment 1 reply
-
I don't have a solution for this yet since AutoKeras would do a final training of the best model after all the trials. If you don't finish all the trials, the final training cannot be done. |
Beta Was this translation helpful? Give feedback.
1 reply
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'm running AutoModel in Jupyter notebook. Since I'm not sure how many trials I want to wait (depends on the observed progress) I set number of trials to big number. But if I just click stop after say Trial 123 and call export_model() it fails on exception:
OSError: SavedModel file does not exist at: .\TestName3\best_model/{saved_model.pbtxt|saved_model.pb}
Is there a way to stop trials and be able to export current best model?
Beta Was this translation helpful? Give feedback.
All reactions