nnUyi / SRGAN

An implement of SRGAN(Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network) for tensorflow version
50 stars 18 forks source link

transposed convolutions #5

Open siekkine opened 6 years ago

siekkine commented 6 years ago

Thanks for sharing your code. Could you explain why you use transposed convolutions (instead of direct convolutions) in the generator?

lsmale commented 6 years ago

I am also confused by this, could you please explain it? @nnUyi