Junshk / CinCGAN-pytorch

Unofficial Implementation of "Unsupervised Image Super-Resolution using Cycle-in-Cycle Generative Adversarial Networks" in CVPR 2018.
142 stars 27 forks source link

ImportError: cannot import name '_update_worker_pids' from 'torch._C' (C:\Users\virkt\Anaconda3\envs\gan\lib\site-packages\torch\_C.cp37-win_amd64.pyd) #13

Open manvirvirk opened 4 years ago

manvirvirk commented 4 years ago

I m getting this error. Can anyone help?

tongjuntx commented 4 years ago

change you pytorch version to 1.0.0

I m getting this error. Can anyone help?

ShambhawiVarchasva commented 4 years ago

I tried this combination and it worked for me. pip install torch==1.0.0 torchvision==0.2.1 pip install Pillow==6.1