提交 bbeed6bc authored 作者: Frederic Bastien's avatar Frederic Bastien

Change the default of conv.assert_shape flags to speed up compilation time in…

Change the default of conv.assert_shape flags to speed up compilation time in corner cases with scan from 20m to 1m.
上级 02d11f7d
...@@ -130,7 +130,7 @@ AddConfigVar( ...@@ -130,7 +130,7 @@ AddConfigVar(
'conv.assert_shape', 'conv.assert_shape',
"If False, AbstractConv* ops won't add assert that verify that" "If False, AbstractConv* ops won't add assert that verify that"
" the user provided shapes are also the one at run time", " the user provided shapes are also the one at run time",
BoolParam(True), BoolParam(False),
in_c_key=False) in_c_key=False)
AddConfigVar( AddConfigVar(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论