【发布时间】:2017-01-21 13:25:11
【问题描述】:
我正在尝试在我的ubuntu上使用theano gpu,但是每次成功运行一次后,下次尝试运行时都会给我这样的错误。不知道为什么,谁能帮帮我?
导入theano 回溯(最近一次通话最后): 文件“”,第 1 行,在 文件“/home/sirius/anaconda3/lib/python3.5/site-packages/theano/init.py”,第 95 行,在 如果 hasattr(theano.tests, "TheanoNoseTester"): AttributeError: 模块 'theano' 没有属性 'tests'
【问题讨论】:
标签: python-3.x deep-learning theano-cuda