【发布时间】:2017-07-25 18:06:38
【问题描述】:
我在 Windows 65 位机器上运行 Anaconda,python 3.5。我已经成功运行
conda install -c anaconda graphviz
以及 pydot。
导入theano、pydot、numpy,并实例化theano函数f后,当我尝试运行时
theano.printing.pydotprint(f, outfile='f.png',var_with_name_simple=True)
我得到了 AttributeError:
文件“C:\Users\Me\Anaconda3\lib\site-packages\theano\printing.py”,第 35 行,在 如果 pd.find_graphviz():
AttributeError: 模块 'pydot' 没有属性 'find_graphviz'
怎么了?我运行的是坏版本的 pydot 吗?
--肯
【问题讨论】:
-
嗯,65 位的机器很少见,我认为 theano 不支持它:)