提交 56c7a172 authored 作者: Frederic's avatar Frederic

Better hint

上级 09e446f5
...@@ -156,7 +156,8 @@ def raise_with_op(node, thunk=None, exc_info=None): ...@@ -156,7 +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") " 'optimizer=fast_compile'. If that do not work, disabling as"
" Theano toptimization can be with with 'optimizer=None'.")
if theano.config.exception_verbosity == 'high': if theano.config.exception_verbosity == 'high':
f = StringIO.StringIO() f = StringIO.StringIO()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论