You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks the code, when use discriminator, gl inpaint input maybe use input_gd_fake = x * (1 - mask) + input_gd_fake * mask, while in this line input_gd_fake direct use generate network output, how do you think this diff ?
thanks the code, when use discriminator, gl inpaint input maybe use
input_gd_fake = x * (1 - mask) + input_gd_fake * mask
, while in this lineinput_gd_fake
direct use generate network output, how do you think this diff ?GLCIC-PyTorch/train.py
Line 229 in 71870a1
The text was updated successfully, but these errors were encountered: