get_model_params

behavenet.fitting.utils.get_model_params(hparams)[source]

Returns dict containing all params considered essential for defining a model in that class.

Parameters:

hparams (dict) – all relevant hparams for the given model class will be pulled from this dict

Returns:

hparams dict

Return type:

dict