提交 5e02b5e3 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

Added spaces after commas in the example

上级 ebf8cbd9
......@@ -1017,7 +1017,7 @@ class Unique(theano.Op):
>>> x = theano.tensor.vector()
>>> f = theano.function([x], Unique(True, True, False)(x))
>>> f([1,2.,3,4,3,2,1.])
>>> f([1, 2., 3, 4, 3, 2, 1.])
[array([ 1., 2., 3., 4.]), array([0, 1, 2, 3]), array([0, 1, 2, 3, 2, 1, 0])]
>>> y = theano.tensor.matrix()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论