dgs.models.engine.engine.EngineModule.get_hparam_dict

EngineModule.get_hparam_dict() dict[str, any][source]

Get the hyperparameters of the current engine. Child-modules can inherit this method and add additional hyperparameters.

By default, all parameters from test and training are added to the hparam_dict.