提交 02273b06 authored 作者: Frederic's avatar Frederic

Updated doc following code review.

上级 23751e69
...@@ -127,12 +127,12 @@ import theano and print the config variable, as in: ...@@ -127,12 +127,12 @@ import theano and print the config variable, as in:
Default: ``False`` Default: ``False``
If ``True`` and ``device=gpu*``, we raise an error if we cannot If ``True`` and ``device=gpu*``, we raise an error if we cannot
use the specified :attr:`device`. If ``True`` and ``device=cpu``, we disable use the specified :attr:`device`. If ``True`` and ``device=cpu``,
the GPU. If ``False``, we warn and fall back to the CPU if ``device=gpu*`` we disable the GPU. If ``False`` and ``device=gpu*``, and if the
and can't use the GPU. specified device cannot be used, we warn and fall back to the CPU.
This is useful to run Theano's tests on a computer with a GPU, but This is useful to run Theano's tests on a computer with a GPU, but
to don't run GPU's tests. without running the GPU tests.
This flag's value cannot be modified during the program execution. This flag's value cannot be modified during the program execution.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论