tadax / srgan

SRGAN implemetation with TensorFlow
83 stars 31 forks source link

The Generator Network implementation is different from original #9

Open jzrita opened 6 years ago

jzrita commented 6 years ago

Hi Tadax, I notice that your implementation of the generator network is different from Christian's. In yours, the deconv_layer is used, while in Christian's, the convolution layer in the resnet block is used. Could you plz explain why you do in this way? Many thanks.