junyanz / iGAN

Interactive Image Generation via Generative Adversarial Networks
MIT License
3.97k stars 587 forks source link

Code compilation #25

Open Samveed opened 6 years ago

Samveed commented 6 years ago

What would you recommend for someone who's running this code now? What should I install? I am asking this because theano backend has been changed and on running the given code now, I am getting numerous errors related to the same.

Do give some suggestions in this matter.

junyanz commented 6 years ago

The code was developed in 2015-16 and Theano is no longer supported. I can run the code with this theano version. I plan to release a PyTorch version in the future.

tobyclh commented 6 years ago

Hello, I am trying to reproduce the code in PyTorch, if you have started implementing it by any chance, it would be great to collaborate. Thank you.