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

Option compute_test_value should not be in C key

上级 2f3d6d73
......@@ -229,4 +229,5 @@ AddConfigVar('warn.sum_div_dimshuffle_bug',
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.",
EnumStr('False', 'True', 'warn', 'err'))
EnumStr('False', 'True', 'warn', 'err'),
in_c_key=False)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论