提交 e3937250 authored 作者: Reyhane Askari's avatar Reyhane Askari

fixed example in tutorial for join

上级 2c44ac61
...@@ -65,7 +65,7 @@ array([8, 4]) ...@@ -65,7 +65,7 @@ array([8, 4])
>>> f = theano.function([x,y], z)# Do not take the shape. >>> f = theano.function([x,y], z)# Do not take the shape.
>>> theano.printing.debugprint(f) # doctest: +NORMALIZE_WHITESPACE >>> theano.printing.debugprint(f) # doctest: +NORMALIZE_WHITESPACE
Join [id A] '' 0 Join{view=-1} [id A] '' 0
|TensorConstant{0} [id B] |TensorConstant{0} [id B]
|x [id C] |x [id C]
|y [id D] |y [id D]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论