junyanz / CycleGAN

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Other
12.23k stars 1.93k forks source link

Other Frameworks #92

Closed mhusseinsh closed 6 years ago

mhusseinsh commented 6 years ago

Hello,

as far as I know that you implemented CycleGAN using torch. I found on your project's page, that there are other implementations using other frameworks like Pytorch, Tensorflow, etc .. My question is, are these implementations are from your side ? I mean, are they reliable and performing the same functionality/results of CycleGAN or Pix2pix ? because for example I see 4 different implementations using Tensorflow, so what is the difference exactly in something like that ?

Thanks in advance

junyanz commented 6 years ago

The PyTorch one was written by the paper authors. The PyTorch implementation produces results comparable to or better than this Torch version. For Tensorflow, we haven't tested the qualify of results by ourselves. But some of them look quite good (e.g., 1, 2, 3. etc.)

mhusseinsh commented 6 years ago

Thanks a lot for your reply. I think I will go first with one of the versions from TensorFlow and give it a try, then I will go for the PyTorch one.

junyanz commented 6 years ago

Sounds great.