Zero-DCE_extension
Zero-DCE_extension copied to clipboard
Error while loading the model in macos cpu
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 ?
@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 certifi 2022.9.24 flit_core 3.6.0 mkl-fft 1.3.1 mkl-random 1.2.2 mkl-service 2.4.0 numpy 1.21.5 Pillow 9.2.0 pip 22.2.2 setuptools 65.5.0 six 1.12.0 torch 1.8.1 torchvision 0.9.1 typing_extensions 4.4.0 wheel 0.37.1
cuda 10.2 python 3.7 certifi 2022.9.24 flit_core 3.6.0 mkl-fft 1.3.1 mkl-random 1.2.2 mkl-service 2.4.0 numpy 1.21.5 Pillow 9.2.0 pip 22.2.2 setuptools 65.5.0 six 1.12.0 torch 1.8.1 torchvision 0.9.1 typing_extensions 4.4.0 wheel 0.37.1
Thanks.