junyanz / iGAN

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

CPU only #20

Open yash-bhat opened 6 years ago

yash-bhat commented 6 years ago

Hi :) Thankyou for this repo!

Can I run the system on CPU alone? If so, what are the necessary changes required?

I have tried changing the default config variables through THEANO_FLAGS - "device=cpu" and "config.device=cpu". But I get below issue. Is there a workaround to not use cudnn?

"Exception: ("We can't determine the cudnn version as it is not available", 'CUDA not available')"

junyanz commented 6 years ago

It will run very slowly on a CPU. We haven't tested the code with CPU mode.

yash-bhat commented 6 years ago

@junyanz Let me know in future if you do. Ty ! :)