提交 434ac025 authored 作者: --global's avatar --global

Add info on behaviour of guess_* and time_* values

上级 fd1e668b
...@@ -91,6 +91,10 @@ To get an error if Theano can not use cuDNN, use this Theano flag: ...@@ -91,6 +91,10 @@ To get an error if Theano can not use cuDNN, use this Theano flag:
implementation selected every time the shapes of the inputs and kernels implementation selected every time the shapes of the inputs and kernels
don't match the shapes from the last execution. don't match the shapes from the last execution.
``guess_*`` and ``time_*`` flag values take into account the amount of
available memory when selecting an implementation. This means that slower
implementations might be selected if not enough memory is available for the
faster implementations.
.. note:: .. note::
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论