Tuning summary does not agree with given search space #521
Unanswered
rafaelstevenson
asked this question in
Q&A
Replies: 1 comment
-
The tuner would tune all the hps that it saw in the previous trials. |
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.
-
Hello, I am currently using keras tuner, and it seems there is a problem where i used a for loop to define the number of hidden layers as a search space, but the model results summary does not agree with the given 'num_layers' as when 'num_layers'==3 for example, why there are still hyper parameters for 6 hidden layers as i show in the screenshot.


If anybody could help or know the solution would be truly appreciated, thank you
Beta Was this translation helpful? Give feedback.
All reactions