Reputation: 141
I'm using theano gpu on Google Colab and I get this error:
ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)
I've set:
import os
os.environ["THEANO_FLAGS"]="device=cuda, floatX=float32"
And changed the runtime type to hardware accelerator 'GPU'
Could you please help me solving this issue?
Thank you.
Upvotes: 3
Views: 1139