hnn_core.read_params

hnn_core.read_params(params_fname)[source]

Read param values from a file (.json or .param).

Parameters
params_fnamestr

Full path to the file (.param)

Returns
paramsan instance of Params

Params containing paramter values from file

Examples using hnn_core.read_params