Christopher Pironti
Christopher Pironti

Reputation: 141

How can I solve theano GPU pygpu error on Google Colab?

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

Answers (0)

Related Questions