提交 9ca3b2ba authored 作者: Pascal Lamblin's avatar Pascal Lamblin

theano -> Theano

上级 3e2cd871
...@@ -79,34 +79,34 @@ Configuring the environment ...@@ -79,34 +79,34 @@ Configuring the environment
--------------------------- ---------------------------
Two environment variables are used to control automatic code Two environment variables are used to control automatic code
generation. It is possible to use theano in a way which avoids all generation. It is possible to use Theano in a way which avoids all
automatic code generation, but that way is much, much slower. automatic code generation, but that way is much, much slower.
- `THEANO_BLAS_LDFLAGS`: - ``THEANO_BLAS_LDFLAGS``:
A space-separated list of options (flags) that will be passed to the A space-separated list of options (flags) that will be passed to the
compiler. It should include library names to link against for BLAS compiler. It should include library names to link against for BLAS
functions. Default: ``-lblas``. functions. Default: ``-lblas``.
- `THEANO_COMPILEDIR`: - ``THEANO_COMPILEDIR``:
A directory with read/write access permissions where theano will store A directory with read/write access permissions where Theano will store
autogenerated code and C modules. Default: autogenerated code and C modules. Default:
``$HOME/.theano/compiledir_xxx`` where ``xxx`` is a platform identifier. ``$HOME/.theano/compiledir_xxx`` where ``xxx`` is a platform identifier.
If this If this
directory does not exist or does not have the correct permissions, directory does not exist or does not have the correct permissions,
theano will try to create it with the correct permissions. If that fails, Theano will try to create it with the correct permissions. If that fails,
an exception will be raised and no C code will be compiled. an exception will be raised and no C code will be compiled.
- `THEANO_DEFAULT_MODE`: - ``THEANO_DEFAULT_MODE``:
String value specifying the default mode to use when compiling theano String value specifying the default mode to use when compiling Theano
graphs. This can be one of the strings defined in graphs. This can be one of the strings defined in
:api:`theano.compile.mode`. :api:`theano.compile.mode`.
Possible values so far are: Possible values so far are:
- 'FAST_COMPILE' - ``'FAST_COMPILE'``
- 'FAST_RUN' - ``'FAST_RUN'``
- 'DEBUG_MODE' - ``'DEBUG_MODE'``
Omitting this variable defaults the mode to 'FAST_RUN'. Omitting this variable defaults the mode to ``'FAST_RUN'``.
Mac Mac
--- ---
...@@ -125,8 +125,8 @@ Mac ...@@ -125,8 +125,8 @@ Mac
- Install some kind of BLAS library (TODO: how?) - Install some kind of BLAS library (TODO: how?)
- Set THEANO_BLAS_LDFLAGS to something which will link against said BLAS - Set ``THEANO_BLAS_LDFLAGS to something which will link against said BLAS
library. E.g., `THEANO_BLAS_LDFLAGS='-lcblas -latlas -lgfortran'`. library. E.g., ``THEANO_BLAS_LDFLAGS='-lcblas -latlas -lgfortran'``.
This advice has not been tested recently, so please inform us of your results. This advice has not been tested recently, so please inform us of your results.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论