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
This code does not illustrate the utility of conditional_scope according to what is described above it. Since no hyperparameters are created within the with hp.conditional_scope("model_type", ...): scopes, the code will behave the same as if the scopes were not there at all. Could you either improve the code by inserting some hp.Int, hp.Choice, etc to the body of the scopes or clarify if I misunderstood the expected behavior of conditional_scope? Thanks in advance.
This code does not illustrate the utility of
conditional_scope
according to what is described above it. Since no hyperparameters are created within thewith hp.conditional_scope("model_type", ...):
scopes, the code will behave the same as if the scopes were not there at all. Could you either improve the code by inserting somehp.Int
,hp.Choice
, etc to the body of the scopes or clarify if I misunderstood the expected behavior ofconditional_scope
? Thanks in advance.keras-tuner/keras_tuner/engine/hyperparameters/hyperparameters.py
Lines 105 to 121 in 0dd114d
The text was updated successfully, but these errors were encountered: