Models building one extra time when using search tuner #514
Unanswered
nemesgyadam
asked this question in
Q&A
Replies: 1 comment
-
It is called mainly for the tuner to fetch all the hyperparameters to get a sense of the search space. |
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 dont understand why is the build_model function called in the init of HyperModel?
I would like to use different generators to each model of the search place. Which is problematic when the output of the generators are different.
When I initializing my HyperModel class like
hypermodel = MyHyperModel(conf=conf, conf_objects=conf_objects)
it build a model and also initalize my tf.data generators.
And when I run
tuner.search
new models and generators initailzed for every elemnt of search place
(which is the desired behavior)
Beta Was this translation helpful? Give feedback.
All reactions