2

我正在尝试在我的ubuntu上使用theano gpu,但是每次成功运行一次后,下次尝试运行时都会给我这样的错误。不知道为什么,有人可以帮助我吗?

导入 theano Traceback(最近一次调用最后一次):文件“”,第 1 行,在文件“/home/sirius/anaconda3/lib/python3.5/site-packages/theano/init .py ”中,第 95 行,在 if hasattr (theano.tests,“TheanoNoseTester”):AttributeError:模块'theano'没有属性'tests'

4

2 回答 2

0

对于最新版本的 Theano (1.04)

import theano在没有安装nose包的情况下生成错误

通过 conda 或 pip pip install nose/安装conda install nose

于 2019-06-01T22:59:13.733 回答
0

我遇到了同样的问题。我只是用conda install nose

于 2018-05-16T00:17:04.753 回答