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

Can I implement this on Caffe? #81

Closed JackWolftoMc closed 6 years ago

JackWolftoMc commented 6 years ago

Recently I work on caffe to do stuff like ioit, as a freshman in DL, unfortunately I can't find Caffe models about itot. I'm wondering if I can implement this on Caffe? Or I'd better turn and join to the streams of Pytorch? Any ideas may be helpful, thx a lot.

junyanz commented 6 years ago

It is possible according to this post. I think Pytorch is just fine as PyTorch is starting using caffe2 as backend soon. We do have a PyTorch version.