GAN architecture
deep0learning opened this issue · 1 comments
deep0learning commented
Hi,
Thank you for your work.
In GAn architecture, can you explain where the skip connections are for the residual blocks?
Thanks in advance.
AAnoosheh commented
Hello,
This is the line you're looking for:
https://github.com/AAnoosheh/ComboGAN/blob/master/models/networks.py#L245