提交 3b1c665f authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #4191 from acganesh/dnn-doc-fix

Fix typo and clarify cuDNN config documentation
...@@ -567,19 +567,17 @@ import theano and print the config variable, as in: ...@@ -567,19 +567,17 @@ import theano and print the config variable, as in:
A directory with bin/, lib/, include/ folders containing cuda utilities. A directory with bin/, lib/, include/ folders containing cuda utilities.
.. attribute:: dnn.enabled .. attribute:: config.dnn.enabled
String value: ``auto``, ``True``, ``False`` String value: ``auto``, ``True``, ``False``
Default ``auto`` Default: ``auto``
If ``auto``, auto detect if cudnn is there, if not, do not use it, If ``auto``, automatically detect and use [cuDNN](https://developer.nvidia.com/cudnn) if it is available. If cuDNN is unavailable, raise no error.
but do not raise an error.
If ``True``, if we can't use cudnn, raise an error. If ``True``, require the use of cuDNN. If cuDNN is unavailable, raise an error.
If ``False``, do not test if cudnn is there and don't use it. If ``False``, do not use cuDNN or check if it is available.
Useful to disable it completely when the auto detection crashes.
.. attribute:: config.dnn.conv.workmem .. attribute:: config.dnn.conv.workmem
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论