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

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

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