如何解决Google Colab上的theano GPU pygpu错误?

时间:2018-10-25 10:16:05

标签: gpu theano google-colaboratory theano-cuda

我在Google Colab上使用theano gpu,但出现此错误:

ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)

我已经设置:

import os
os.environ["THEANO_FLAGS"]="device=cuda, floatX=float32"

并将运行时类型更改为硬件加速器“ GPU”

您能帮我解决这个问题吗?

谢谢。

0 个答案:

没有答案
相关问题