pytorch-deep-photo-enhancer icon indicating copy to clipboard operation
pytorch-deep-photo-enhancer copied to clipboard

Run for training

Open 123abcgit opened this issue 4 years ago • 3 comments

Hi, MrRobot. When I'm trying to run 'python 2WayGAN_Train_v3', I am getting this error: File "2WayGAN_Train_v3.py", line 9, in from libs.networks import * File "/data/glusterfs_cv_04/11121734/pytorch-deep-photo-enhancer-master/libs/networks.py", line 61, in from util.image_pool import ImagePool ModuleNotFoundError: No module named 'util' but I can't find where the util.py is. Looking forward to your reply, thank you very much.

123abcgit avatar Aug 18 '20 07:08 123abcgit

Hi, Its a wonderful work of code you have done Mr. Robot! However, I am also getting the exact same error as llaaqq.

Is there any solution to this? or llaaqq have you figured out an answer? Any help would be very deeply appreciated

praveen-ravirathinam avatar Aug 24 '20 10:08 praveen-ravirathinam

Hi, Its a wonderful work of code you have done Mr. Robot! However, I am also getting the exact same error as llaaqq.

Is there any solution to this? or llaaqq have you figured out an answer? Any help would be very deeply appreciated

Hi, I have found the 'util' folder in https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix in ReadMe.md. The program can run now, but the trend of loss is not right, which first decreases and then gradually increases. I haven’t figured it out yet.

123abcgit avatar Aug 24 '20 12:08 123abcgit

Oh alright, Thanks! Ill have a look

praveen-ravirathinam avatar Aug 26 '20 10:08 praveen-ravirathinam