提交 3cc2ab36 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Added documentation about what sections in .theanorc mean

上级 d06feefd
...@@ -74,6 +74,13 @@ Environment Variables ...@@ -74,6 +74,13 @@ Environment Variables
[nvcc] [nvcc]
fastmath = True fastmath = True
Configuration attributes that are available directly in ``config``
(e.g. ``config.device``, ``config.mode``) should be defined in the
``[global]`` section.
Attributes from a subsection of ``config`` (e.g. ``config.nvcc.fastmath``,
``config.blas.ldflags``) should be defined in their corresponding section
(e.g. ``[nvcc]``, ``[blas]``).
Multiple configuration files can be specified by separating them with ':' Multiple configuration files can be specified by separating them with ':'
characters (as in $PATH). Multiple configuration files will be merged, characters (as in $PATH). Multiple configuration files will be merged,
with later (right-most) files taking priority over earlier files in the with later (right-most) files taking priority over earlier files in the
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论