提交 2cd010e3 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Disable test mode by default - breaks many tests

上级 3f650984
...@@ -203,6 +203,6 @@ AddConfigVar('warn.sum_div_dimshuffle_bug', ...@@ -203,6 +203,6 @@ AddConfigVar('warn.sum_div_dimshuffle_bug',
AddConfigVar('compute_test_value', AddConfigVar('compute_test_value',
"If True, Theano will run each op at graph build time, using Constants, SharedVariables and the tag 'test_value' as inputs to the function. This helps the user track down problems in the graph before it gets optimized.", "If True, Theano will run each op at graph build time, using Constants, SharedVariables and the tag 'test_value' as inputs to the function. This helps the user track down problems in the graph before it gets optimized.",
EnumStr(True, False, 'warn', 'err')) EnumStr(False, True, 'warn', 'err'))
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论