提交 cbb55465 authored 作者: ='s avatar =

doc fixes

上级 3b24a199
......@@ -417,7 +417,7 @@ such that: ``var.clients[*][0].inputs[index]`` or
client = var.clients[0]
client
# (Sum(Elemwise{add,no_inplace}.0), 0)
type(clients[0][0])
type(client[0])
# <class 'theano.gof.graph.Apply'>
assert client[0].inputs[client[1]] is var
......
......@@ -27,7 +27,7 @@ DebugMode can be used as follows:
.. code-block:: python
x = tensor.dvector('x')
x = tensor.dscalar('x')
f = theano.function([x], 10*x, mode='DebugMode')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论