提交 e2b0c6dc authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Rewrote / deleted some remarks (with James' help)

上级 2bdef345
...@@ -13,19 +13,9 @@ Limitations ...@@ -13,19 +13,9 @@ Limitations
- Conditional control flow is possible but currently not efficient. The current implementation will evaluate both sides of an ``if`` construct (see :func:`tensor.switch`). - Conditional control flow is possible but currently not efficient. The current implementation will evaluate both sides of an ``if`` construct (see :func:`tensor.switch`).
- While- or for-Loops within an expression graph are not supported, but soon will be. - While- or for-Loops within an expression graph are supported, but only via
A ``scan`` op is in ``theano.sandbox``, but not quite ready for mainstream yet. the :func:`theano.scan` op (which puts restrictions on how the loop body can
interact with the rest of the graph).
- Neither ``goto`` nor recursion is supported or planned within expression graphs. - Neither ``goto`` nor recursion is supported or planned within expression graphs.
A few tips
----------
* Remember that your code builds a graph that theano compiles, and you cannot
literally put loops into that graph.
* Remember that Variables are symbolic of computations, not
storage. It does not make sense to *reassign* to a Variable.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论