powered by
This function is used to define hyper-parameters before calling fit for luz_modules.
fit
luz_modules
set_hparams(module, ...)
The same luz module
An nn_module that has been setup().
nn_module
setup()
The parameters set here will be used to initialize the nn_module, ie they are passed unchanged to the initialize method of the base nn_module.
initialize
Other set_hparam: set_opt_hparams()
set_opt_hparams()