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