mit-han-lab / data-efficient-gans

[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
https://arxiv.org/abs/2006.10738
BSD 2-Clause "Simplified" License
1.27k stars 175 forks source link

pre-trained discriminator #82

Open ngoc-nguyen-0 opened 2 years ago

ngoc-nguyen-0 commented 2 years ago

Hi,

Some refinement methods use the trained discriminator for generating images. I am trying to apply these methods to DiffAugment to see whether it can improve the results.

May I ask if the authors can publish the pre-trained discriminators together with the pre-trained generator? I would appreciate it if the authors can share the pre-trained discriminator of ImageNet experiments.

Thank you in advance. Ngoc

zsyzzsoft commented 2 years ago

That compare_gan repo does not seem to support publishing the discriminator. Do you have references if BigGAN's authors have done this?