lvzhihan
lvzhihan
Work on Python0.3.0 and latest Ubuntu. The problem is the version problem of pytorch.
paulpoloniewicz, glad to know you are using nonCUDA system, the same as me. You need to remove or comment all of 'cuda' in all of the scripts. Since you have...
paulpoloniewicz, you should uninstall pytorch 0.4 and then install pytorch 0.3.0 as the command below. And then you can solve this problem. conda install pytorch=0.3.0 -c soumith
paulpoloniewicz, I didn't meet this problem. I guess it should install 'nan' by pip install nan
lvzhihan@ubuntu:~/Documents/DeblurGAN-master$ conda list # packages in environment at /home/lvzhihan/anaconda3: # # Name Version Build Channel _ipyw_jlab_nb_ext_conf 0.1.0 py36he11e457_0 alabaster 0.7.10 py36h306e16b_0 anaconda 5.2.0 py36_3 anaconda-client 1.6.14 py36_0 anaconda-navigator 1.8.7 py36_0...