eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.22k stars 4.05k forks source link

Add paired cycleGAN #129

Closed boyden closed 1 year ago

boyden commented 3 years ago

Paired cycleGAN is modified from cyclaGAN with the modified calculation of identity loss. And also fix the bugs that channel can only be set as 3 exist in cycleGAN