提交 fcf785fe authored 作者: Frederic's avatar Frederic

Ignore by default warning about bug before Theano 0.5

上级 944aeb52
...@@ -298,7 +298,7 @@ AddConfigVar('warn.ignore_bug_before', ...@@ -298,7 +298,7 @@ AddConfigVar('warn.ignore_bug_before',
"bugs found after that version. " "bugs found after that version. "
"Warning for specific bugs can be configured with specific " "Warning for specific bugs can be configured with specific "
"[warn] flags."), "[warn] flags."),
EnumStr('None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6', EnumStr('0.5', 'None', 'all', '0.3', '0.4', '0.4.1', '0.6',
allow_override=False), allow_override=False),
in_c_key=False) in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论