MaybeShewill-CV / attentive-gan-derainnet

Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

th

jilner opened this issue · comments

thanks for your good job, when I run the author's code which in pytorch, and out of memory in a 1080 gpu,but you can run in 1070gpu,what's the problem in pytorch, and the train image is resized to hou much, will different train image inifluence the reslut?
thanks

@jilner I'm not familiar with pytorch. But the problem you meet may be caused by the image scale.You may read config/global_config.py file for hyperparameters that used in the model:)

thanks for reply, what's the scale in your training? if I used image in small scale, is it going to get worse in reslut?

thanks