Guim3 / IcGAN

Invertible conditional GANs for image editing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there python Tensorflow version available?

RoyceDavison opened this issue · comments

Just curious why you chose to implement in Lua, not by Python tensorflow or Pytorch?

Great paper! Very interesting!

commented

The code was ported to Tensorflow a while ago, you can find it here
https://github.com/zhangqianhui/ICGan-tensorflow

Just curious why you chose to implement in Lua, not by Python tensorflow or Pytorch?

PyTorch started to exist right after I finished the paper :P