提交 692f4a3a authored 作者: Adithya Ganesh's avatar Adithya Ganesh

Fix typo and clarify cuDNN config documentation

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