You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')"
The text was updated successfully, but these errors were encountered:
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')"
The text was updated successfully, but these errors were encountered: