-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error while loading the model in macos cpu #10
Comments
@BurakaKrishna hello,i also met the error when i use cpu, did you solve it ? |
@BurakaKrishna torch1.7.0 torchvison0.8.1 solve it |
@tkone2018 I wasn't able to solve it, i went with Zero-DCE model, the previous work of the authors which was working in cpu |
@BurakaKrishna torch1.7.0 torchvison0.8.1 solve it |
I think it would be better if the author updates the requirements in README. |
cuda 10.2 python 3.7 |
Thanks. |
After installing all the module in requirements, I get the following error when loading the model
_pickle.UnpicklingError: A load persistent id instruction was encountered
but no persistent_load function was specified.
I checked the forums for this error
https://blog.csdn.net/wavehaha/article/details/114900600
which suggests inconsistency pytorch version
But i am using pytorch=1.0.0 only
Has anybody encountered it? How to load the model on cpu ?
The text was updated successfully, but these errors were encountered: