Hi!
I notice that when you define the netD in dehaze22.py, your annotation at line 150 says sizePatchGAN=30. However, in train.py, you firstly set sizePatchGAN = 30 at line 168 but later at line 258 you set sizePatchGAN=62. I cannot get your point of doing these manipulations, and I wonder which is the one that you used in your paper?
Thank you in advance!
Hi! I notice that when you define the
netD
in dehaze22.py, your annotation at line 150 sayssizePatchGAN=30
. However, in train.py, you firstly setsizePatchGAN = 30
at line 168 but later at line 258 you setsizePatchGAN=62
. I cannot get your point of doing these manipulations, and I wonder which is the one that you used in your paper? Thank you in advance!