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