提交 cc70bb41 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

More complete doc in NEWS.txt.

上级 65aa5858
...@@ -13,7 +13,8 @@ Interface change ...@@ -13,7 +13,8 @@ Interface change
does not work anymore. (Pascal L.) does not work anymore. (Pascal L.)
* theano.function now raises an error if some of the provided inputs are * theano.function now raises an error if some of the provided inputs are
not part of the computational graph needed to compute the output, for not part of the computational graph needed to compute the output, for
instance, function([x, y], [y]). A kwarg to function controls this. instance, function([x, y], [y]). You can use the kwarg
``on_unused_input={'raise', 'warn', 'ignore'}`` to control this.
(Pascal L.) (Pascal L.)
============= =============
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论