提交 0324611e authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Update link.py

Try to clarify
上级 469f03f2
...@@ -156,8 +156,8 @@ def raise_with_op(node, thunk=None, exc_info=None): ...@@ -156,8 +156,8 @@ def raise_with_op(node, thunk=None, exc_info=None):
"HINT: Re-running with most Theano optimization disabled could" "HINT: Re-running with most Theano optimization disabled could"
" give you a back-traces when this node was created. This can" " give you a back-traces when this node was created. This can"
" be done with by setting the Theano flags" " be done with by setting the Theano flags"
" 'optimizer=fast_compile'. If that do not work, disabling as" " 'optimizer=fast_compile'. If that does not work, disabling"
" Theano toptimization can be with with 'optimizer=None'.") " Theano optimizations can be done with 'optimizer=None'.")
if theano.config.exception_verbosity == 'high': if theano.config.exception_verbosity == 'high':
f = StringIO.StringIO() f = StringIO.StringIO()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论