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

ContraGAN code

Open zzx721838322 opened this issue 2 years ago • 1 comments

hello, i can not find the code of ContraGAN, are these codes open source?

zzx721838322 avatar May 11 '23 06:05 zzx721838322

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