POSTECH-CVLab / PyTorch-StudioGAN

StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.
https://github.com/MINGUKKANG
Other
3.41k stars 341 forks source link

contraGan #194

Open Amhym opened 1 year ago

Amhym commented 1 year ago

Hello, I can't find the source code for contraGan, how can I find it?

mingukkang commented 8 months ago

ContraGAN refers to a conditional Generative Adversarial Network (GAN) that is trained using Conditional Contrastive Loss. Please refer to this loss (https://github.com/POSTECH-CVLab/PyTorch-StudioGAN/blob/master/src/utils/losses.py#L49-L98)