dgs.models.engine.dgs_engine.DGSEngine.get_hparam_dict

DGSEngine.get_hparam_dict() dict[str, any]

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.