SincNet icon indicating copy to clipboard operation
SincNet copied to clipboard

fix pickle error when loading class_dict_file

Open tejuafonja opened this issue 3 years ago • 0 comments

numpy.save has the allow_pickle=True as default while numpy.load has allow_pickle=False, so this raises an error that can be fixed by explicitly setting the allow_pickle variable.

tejuafonja avatar Apr 28 '21 07:04 tejuafonja