Skip to content

fix pickle error when loading class_dict_file#105

Open
tejuafonja wants to merge 1 commit into
mravanelli:masterfrom
tejuafonja:patch-2
Open

fix pickle error when loading class_dict_file#105
tejuafonja wants to merge 1 commit into
mravanelli:masterfrom
tejuafonja:patch-2

Conversation

@tejuafonja

Copy link
Copy Markdown

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant