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

Update Theano flag doc

上级 bbeed6bc
...@@ -695,10 +695,9 @@ import theano and print the config variable, as in: ...@@ -695,10 +695,9 @@ import theano and print the config variable, as in:
.. attribute:: config.conv.assert_shape .. attribute:: config.conv.assert_shape
If False, AbstractConv* ops won't add assert that verify that If True, AbstractConv* ops will verify that user-provided
the user provided shapes are also the one at run time. shapes match the runtime shapes (debugging option,
may slow down compilation)
This can speed up compilation time and/or execution time.
.. attribute:: config.dnn.conv.workmem .. attribute:: config.dnn.conv.workmem
......
...@@ -128,8 +128,9 @@ AddConfigVar( ...@@ -128,8 +128,9 @@ AddConfigVar(
AddConfigVar( AddConfigVar(
'conv.assert_shape', 'conv.assert_shape',
"If False, AbstractConv* ops won't add assert that verify that" "If True, AbstractConv* ops will verify that user-provided"
" the user provided shapes are also the one at run time", " shapes match the runtime shapes (debugging option,"
" may slow down compilation)",
BoolParam(False), BoolParam(False),
in_c_key=False) in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论