superior1993

Results 6 comments of superior1993

你好,请问你在运行python ./face_enhancer/prepare.py 遇到FileNotfoundError: [Error2] No such file or directory: '../data/face/'这个错误吗? 如果遇到,你是如何解决的呢?谢谢

How to solve the above problem? Thank you

modify dis_loss.backward(retain_graph = True) in models.py , line 256.

Thank you very much for your excellent work. There is a problem with the training. I have modified the 'MODEL':4 and 'MAX_ITERS':500000 in the config.py.But in the terminal input command:...

In fact, I have already changed the batch_size to 1 in config.py and still report an error. Why is the configuration information printed by the terminal inconsistent with my modification?...

I modified config.yml and no longer reported an error. In fact, I found an error. In model=4, I need to modify dis_loss.backward(retain_graph = True) in models.py , line 256. Otherwise,...