tlatkowski / gans-2.0

Generative Adversarial Networks in TensorFlow 2.0
MIT License
76 stars 14 forks source link

Question about Conv2d + ConvTranspose2d #12

Open absentio opened 4 years ago

absentio commented 4 years ago

Dear @tlatkowski, I was looking at your code about CIFAR-10 conditional DCGAN and It is the best I've found, even though all your code is written using TensorFlow and I only have experience with PyTorch. Anyway, I found quite strange to see the usage of both convolution and transposed convolution layers in the Generator model. Can you explain me what led you to this choice? Thanks again for your great work.

tlatkowski commented 4 years ago

Hi @absentio ,

thanks for your interest in my repo, could you provide the code reference?

Regards, Tomasz