提交 178d7932 authored 作者: Frederic Bastien's avatar Frederic Bastien

Small doc update

上级 520df6b5
...@@ -41,7 +41,7 @@ Theano will still work if the user did not introduce them manually. ...@@ -41,7 +41,7 @@ Theano will still work if the user did not introduce them manually.
The recently added Theano flag :attr:`dnn.enabled The recently added Theano flag :attr:`dnn.enabled
<config.dnn.enabled>` allows to change the default behavior to force <config.dnn.enabled>` allows to change the default behavior to force
it or disable it. Older Theano version do not support this flag. To it or disable it. Older Theano version do not support this flag. To
get an error when CuDNN can not be sued with them, use this flag: get an error when CuDNN can not be used with them, use this flag:
``optimizer_including=cudnn``. ``optimizer_including=cudnn``.
.. note:: .. note::
...@@ -82,8 +82,7 @@ get an error when CuDNN can not be sued with them, use this flag: ...@@ -82,8 +82,7 @@ get an error when CuDNN can not be sued with them, use this flag:
don't match the shapes from the last execution. don't match the shapes from the last execution.
The Theano flag ``dnn.conv.algo_bwd_filter`` and The Theano flag ``dnn.conv.algo_bwd_filter`` and
``dnn.conv.algo_bwd_data`` allows to specify the CuDNN The Theano ``dnn.conv.algo_bwd_data`` allows to specify the CuDNN
flag ``dnn.conv.algo_bwd_data`` allows to specify the CuDNN
convolution implementation that Theano should use for gradient convolution implementation that Theano should use for gradient
convolutions. Possible values include : convolutions. Possible values include :
......
...@@ -330,7 +330,7 @@ AddConfigVar('dnn.library_path', ...@@ -330,7 +330,7 @@ AddConfigVar('dnn.library_path',
StrParam(default_dnn_path('lib64'))) StrParam(default_dnn_path('lib64')))
AddConfigVar('dnn.enabled', AddConfigVar('dnn.enabled',
"'auto', use CuDNN is available, but silently fall back" "'auto', use CuDNN if available, but silently fall back"
" to not using it if not present." " to not using it if not present."
" If True and CuDNN can not be used, raise an error." " If True and CuDNN can not be used, raise an error."
" If False, disable cudnn", " If False, disable cudnn",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论