提交 81cc8815 authored 作者: Frederic's avatar Frederic

small doc change

上级 c61a589f
...@@ -16,11 +16,12 @@ You can read about them in :ref:`libdoc_printing`. ...@@ -16,11 +16,12 @@ You can read about them in :ref:`libdoc_printing`.
.. note:: .. note::
When printing Theano functions, they can sometimes be hard to When printing Theano functions, they can sometimes be hard to
read. To help, you can disable some Theano optimizations read. To help with this, you can disable some Theano optimizations
by using the Theano flag: by using the Theano flag:
``optimizer_excluding=fusion:inplace``. Do not use this 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 will make the graph slower and use more
memory. memory.
Consider again the logistic regression but notice the additional printing instuctions. Consider again the logistic regression but notice the additional printing instuctions.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论