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
Nowadays most of the Hyperparameters are using a multi type value where their value can take several values, at the moment BTB is missing a MultiTypeHyperparam class.
These hyperparameters consist of a single value which can have multiple types and different
conditions depending on the type.
An example of this would be a hyperparameter that can be either:
None
A float value between 0 and 1
An integer value
One of auto, mean, min, max.
The text was updated successfully, but these errors were encountered:
Nowadays most of the
Hyperparameters
are using a multi type value where their value can take several values, at the momentBTB
is missing aMultiTypeHyperparam
class.These hyperparameters consist of a single value which can have multiple types and different
conditions depending on the type.
An example of this would be a hyperparameter that can be either:
auto
,mean
,min
,max
.The text was updated successfully, but these errors were encountered: