aitorzip / PyTorch-CycleGAN

A clean and readable Pytorch implementation of CycleGAN
https://arxiv.org/abs/1703.10593
GNU General Public License v3.0
1.24k stars 289 forks source link

Can the results same as the official implement? #41

Open Ssakura-go opened 2 years ago

Ssakura-go commented 2 years ago

Hi, friend,

I want to make a knowledge about the results generated by your code and the official implement. Because recently, I have to reimplement a code which is said that using cycleGAN. The official code is hard to read for me while yours is easy to understand.

If you are free, please give me a hand, thanks~

horizon12138 commented 1 year ago

As a beginner, I have encountered the same problems as you. So if you have tried this model, do you have the answer? Or is there any other correct and easy implementation? be deeply grateful!