dgs.models.engine.visual_sim_engine.VisualSimilarityEngine.get_hparam_dict¶
- VisualSimilarityEngine.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.