提交 c509ad31 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixes to doc

上级 65c032cd
......@@ -109,7 +109,7 @@ following methods:
elements of inputs[input_idx] have an effect on the elements of
outputs[output_idx].
The ``node'' parameter is needed to determine the number of
The ``node`` parameter is needed to determine the number of
inputs. Some ops such as Subtensor take a variable number of
inputs.
......@@ -162,8 +162,8 @@ following methods:
NullType for that input. Likewise, if you have not implemented the
grad computation for some input, you may return a variable of type
NullType for that input. theano.gradient contains convenience methods
that can construct the variable for you: :func:`grad_undefined` and
:func:`grad_not_implemented`, respectively.
that can construct the variable for you: :func:`theano.gradient.grad_undefined` and
:func:`theano.gradient.grad_not_implemented`, respectively.
If an element of output_gradient is of type theano.gradient.DisconnectedType,
it means that the cost is not a function of this output. If any of the
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论