Keras-Tuner default value meaning

300 Views Asked by At

Really simple question, when using keras-tuner and searching for the best set of hyperparameters there are a range of types to search for, so for simplicity let's say I'm using hp.Int(), now I can set a minimum, a maximum and a default value for this. My question is where does default value come into play? If we're searching for the best possible combination, why a default value (I know the Bayesian search does not actually try all possible combinations so I have a feeling it can come into play here).

0

There are 0 best solutions below