提交 f62af802 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merge pull request #648 from nouiz/typo

typo in new theano flags.
...@@ -162,7 +162,7 @@ AddConfigVar('nocleanup', ...@@ -162,7 +162,7 @@ AddConfigVar('nocleanup',
AddConfigVar('on_unused_input', AddConfigVar('on_unused_input',
"What to do if a variable in the 'inputs' list of " "What to do if a variable in the 'inputs' list of "
" theano.function() is not used in the graph.", " theano.function() is not used in the graph.",
EnumStr('raise' 'warn', 'ignore'), EnumStr('raise', 'warn', 'ignore'),
in_c_key=False) in_c_key=False)
# This flag is used when we import Theano to initialize global variables. # This flag is used when we import Theano to initialize global variables.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论