提交 93f71813 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes in doc

上级 4fcfcae8
...@@ -34,13 +34,12 @@ Also the ``-march=native`` flag must be used with care if you have NFS. In that ...@@ -34,13 +34,12 @@ Also the ``-march=native`` flag must be used with care if you have NFS. In that
Faster Theano function Faster Theano function
---------------------- ----------------------
You can set the Theano `allow_gc` to `False` to get a speed up by You can set the Theano flag `allow_gc` to `False` to get a speed-up by using
using more memory. By default, Theano free intermediate results when more memory. By default, Theano frees intermediate results when we don't need
we don't need them anymore. Doing so prevent us from reusing this them anymore. Doing so prevents us from reusing this memory. So disabling the
memory. So disabling the gc will keep all intermediate results memory garbage collection will keep all intermediate results' memory space to allow to
space to allow to reuse them during the next call to the same Theano reuse them during the next call to the same Theano function, if they are of the
function if they are of the good shape. The shape could change if the correct shape. The shape could change if the shapes of the inputs change.
shape of the inputs change.
Faster Small Theano function Faster Small Theano function
---------------------------- ----------------------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论