get_model_params

daart.io.get_model_params(hparams: dict) dict[source]

Returns dict containing all params considered essential for defining a model of that type.

Parameters:

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

Returns:

hparams dict

Return type:

dict