提交 8cb4515f authored 作者: Frederic's avatar Frederic

Add warning in the doc.

上级 0a0ed383
...@@ -169,6 +169,13 @@ control over the order in which multiple Print() Ops are evaluted. For a more ...@@ -169,6 +169,13 @@ control over the order in which multiple Print() Ops are evaluted. For a more
precise inspection of what's being computed where, when, and how, see the precise inspection of what's being computed where, when, and how, see the
:ref:`faq_wraplinker`. :ref:`faq_wraplinker`.
.. warning::
Using this ``Print`` Theano Op can prevent some Theano
optimization from being applied. This can also happen with
stability optimization. So if you use this Print and have nan, try
to remove them to know if this is the cause or not.
How do I print a graph (before or after compilation)? How do I print a graph (before or after compilation)?
---------------------------------------------------------- ----------------------------------------------------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论