PyTorch-StudioGAN icon indicating copy to clipboard operation
PyTorch-StudioGAN copied to clipboard

contraGan

Open Amhym opened this issue 2 years ago • 1 comments

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

Amhym avatar Aug 08 '23 13:08 Amhym

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)

mingukkang avatar Jan 31 '24 07:01 mingukkang