This function is used to define hyper-parameters before calling fit
for
luz_modules
.
Arguments
- module
An
nn_module
that has beensetup()
.- ...
The parameters set here will be used to initialize the
nn_module
, ie they are passed unchanged to theinitialize
method of the basenn_module
.
See also
Other set_hparam:
set_opt_hparams()