提交 186e1974 authored 作者: Frederic Bastien's avatar Frederic Bastien

don't continue pydotprint if we can't import pydot.

上级 f11ce936
......@@ -369,7 +369,8 @@ def pydotprint(fct, outfile=os.path.join(config.compiledir,'theano.pydotprint.pn
import pydot as pd
except:
print "failed to import pydot. Yous must install pydot for this function to work."
return
g=pd.Dot()
var_str={}
def var_name(var):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论