ajbrock / BigGAN-PyTorch

The author's officially unofficial PyTorch BigGAN implementation.
MIT License
2.86k stars 476 forks source link

where is the pre-trained model of discriminator? #51

Open happycaoyue opened 4 years ago

happycaoyue commented 4 years ago

Can I find the pre-trained model of discriminator in BigaGAN?

giannisdaras commented 4 years ago

If you download the pre-trained models of the authors re-implementation, you will find the pre-trained Discriminator. If you mean the original Discriminator model (from the Tensorflow implementation), as far as I am concerned, it is not available in Tensorflow Hub.

yqtianust commented 4 years ago

May I know how to load and use the pre-trained discriminator separately?