提交 c61a589f authored 作者: Frederic's avatar Frederic

more clear doc folowing code review

上级 d9997136
...@@ -16,10 +16,10 @@ You can read about them in :ref:`libdoc_printing`. ...@@ -16,10 +16,10 @@ You can read about them in :ref:`libdoc_printing`.
.. note:: .. note::
For all printing of Theano function, sometimes they can be hard to When printing Theano functions, they can sometimes be hard to
read. To help on that, you can disable some Theano optimization read. To help, you can disable some Theano optimizations
by using that Theano flag: by using the Theano flag:
``optimizer_excluding=fusion:inplace``. Do not use that during ``optimizer_excluding=fusion:inplace``. Do not use this during
real job execution, as this make the graph slower and use more real job execution, as this make the graph slower and use more
memory. memory.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论