nnmt.input_output.convert_arrays_in_dict_to_lists

nnmt.input_output.convert_arrays_in_dict_to_lists(adict)[source]

Recursively searches through a dict and replaces all numpy arrays by lists.

Parameters:
adictdict

Dictionary to be converted.