iGAN
iGAN copied to clipboard
CPU only
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')"
It will run very slowly on a CPU. We haven't tested the code with CPU mode.
@junyanz Let me know in future if you do. Ty ! :)