Keras tuner not generating check point for every trial #1006
Geerthy1130
started this conversation in
General
Replies: 0 comments
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.
-
Hi everyone
I am performing a hyperparameter tuning using a Keras tuner and for most of the trials it doesn’t generate a checkpoint; but for every trial, there is a file called trial(JSON file). Is it possible to create the model out of the JSON file? I tried to extract the hyperparameters successfully but I couldn’t generate the model out of it and I got the following error.
Here’s how I call it
Here’s my model class :
Any suggestions would be helpful
Thank you
Beta Was this translation helpful? Give feedback.
All reactions