Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_pickle.UnpicklingError: invalid load key #24

Open
gmvincent opened this issue Jul 21, 2021 · 0 comments
Open

_pickle.UnpicklingError: invalid load key #24

gmvincent opened this issue Jul 21, 2021 · 0 comments

Comments

@gmvincent
Copy link

When attempting to execute main.py a pickling error is returned and after tracing it back it is state_dict = torch.load(CONFIG.MODEL.INIT_MODEL) line that is throwing the error. Also, the INIT_MODEL in the voc12.yaml file is a pretrained resnet model. The versions of torch and torchvision match those in the requirements. Wondering if this error is due to potentially using different versions of Python? Any suggestions?

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

No branches or pull requests

1 participant