提交 a50e532d authored 作者: Frederic Bastien's avatar Frederic Bastien

Small ReST syntax fix.

上级 7a0b8177
...@@ -6,13 +6,13 @@ Deprecation (will be removed in Theano 0.5): ...@@ -6,13 +6,13 @@ Deprecation (will be removed in Theano 0.5):
* The string mode (accepted only by theano.function()) STABILIZE. Use Mode(optimizer='stabilize') instead. * The string mode (accepted only by theano.function()) STABILIZE. Use Mode(optimizer='stabilize') instead.
* scan interface change: * scan interface change:
* The use of `return_steps` for specifying how many entries of the output * The use of `return_steps` for specifying how many entries of the output
scan has been depricated scan has been depricated
* The same thing can be done by applying a subtensor on the output * The same thing can be done by applying a subtensor on the output
return by scan to select a certain slice return by scan to select a certain slice
* The inner function (that scan receives) should return its outputs and * The inner function (that scan receives) should return its outputs and
updates following this order: updates following this order:
[outputs], [updates], [condition]. One can skip any of the three if not [outputs], [updates], [condition]. One can skip any of the three if not
used, but the order has to stay unchanged. used, but the order has to stay unchanged.
Decrecated in 0.4.0: Decrecated in 0.4.0:
* tag.shape attribute deprecated (#633) * tag.shape attribute deprecated (#633)
...@@ -55,9 +55,9 @@ Optimizations: ...@@ -55,9 +55,9 @@ Optimizations:
* Lower scan execution overhead with a Cython implementation * Lower scan execution overhead with a Cython implementation
* Removed scan double compilation (by using the new Op.make_thunk mechanism) * Removed scan double compilation (by using the new Op.make_thunk mechanism)
* Certain computations from the inner graph are now Pushed out into the outer * Certain computations from the inner graph are now Pushed out into the outer
graph. This means they are not re-comptued at every step of scan. graph. This means they are not re-comptued at every step of scan.
* Different scan ops get merged now into a single op (if possible), reducing the * Different scan ops get merged now into a single op (if possible), reducing
overhead and sharing computations between the two instances the overhead and sharing computations between the two instances
GPU: GPU:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论