我正在尝试在我的ubuntu上使用theano gpu,但每次成功运行一次后,当我下次尝试运行时,它会给我这样的错误。不知道为什么,有人可以帮助我吗?
导入theano Traceback(最近一次调用最后一次): 文件“”,第1行,in 文件“/home/sirius/anaconda3/lib/python3.5/site-packages/theano/init.py”,第95行, 如果hasattr(theano.tests,“TheanoNoseTester”): AttributeError:模块'theano'没有属性'tests'
答案 0 :(得分:0)
我遇到了同样的问题。我只是用conda install nose
答案 1 :(得分:0)
对于Theano(1.04)的最新版本
import theano
在未安装机头套件的情况下生成错误
通过conda或pip pip install nose
/ conda install nose