iGAN icon indicating copy to clipboard operation
iGAN copied to clipboard

CPU only

Open yash-bhat opened this issue 7 years ago • 2 comments

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')"

yash-bhat avatar Feb 28 '18 08:02 yash-bhat

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

junyanz avatar Feb 28 '18 16:02 junyanz

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

yash-bhat avatar Mar 01 '18 09:03 yash-bhat