pytorch-gan-collections icon indicating copy to clipboard operation
pytorch-gan-collections copied to clipboard

PyTorch implementation of DCGAN, WGAN-GP and SNGAN.

Results 2 pytorch-gan-collections issues
Sort by recently updated
recently updated
newest added

Why is ResSNGAN's FID performance so different? Tf is officially 27, Torch is 18 ![image](https://user-images.githubusercontent.com/85298331/176990227-b4de0a03-3b0d-4adb-9edb-1b5b5762acca.png) ![image](https://user-images.githubusercontent.com/85298331/176990232-49c752bb-e97b-461d-9a9c-9b46954152a3.png)

Why is the in_channels and output_channels in ResGenerator and ResDiscriminator should be set to the same instead of gradually decreasing or increasing