You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to now save some specific configurations of hyperparameters to a Keras model stored on my disk. Something along the lines of the following psuedocode:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have some classification model set-up in the
build_model()
method and create an AK graph as follows:I want to now save some specific configurations of hyperparameters to a Keras model stored on my disk. Something along the lines of the following psuedocode:
I've however no clue as to how I can set those hyperparameter values. What would be the best way to go about this?
Beta Was this translation helpful? Give feedback.
All reactions