znxlwm / pytorch-generative-model-collections

Collection of generative models in Pytorch version.
2.59k stars 546 forks source link

question about wgan-gp #16

Open zhangrong1722 opened 6 years ago

zhangrong1722 commented 6 years ago
 Today I double check the original paper proposing wgan-gp.I found your model architecture is quietly different from original paper's where it is called cifar-10 ResNet architecture.

What's the most obvious is that there is no BN layer and and ReLu activation is used instead of Leaky-Relu activation. Could you tell me why you use your custom-defined architecture rather than cifar-10 ResNet architecture? Thanks!