codes.tune.optuna_fcts#
Functions
|
Create the objective function for Optuna. |
|
Get the activation function module from its name. |
|
Load a YAML configuration file. |
|
Suggest hyperparameters from optuna_params, sampling coeff_width/layers only if coeff_network == True, converting any "True"/"False" strings into bool, and mapping any activation names into nn.Modules. |
|
Run the training for a single Optuna trial and return the loss. |