提交 20dc8cb5 authored 作者: notoraptor's avatar notoraptor

Remove useless variable

上级 c389404a
......@@ -5491,4 +5491,4 @@ def test_default_value_broadcasted():
gW_x = theano.tensor.grad(cost, W_x)
updates = [(W_x, W_x - 0.1 * gW_x)]
f = theano.function([X], outputs=cost, updates=updates)
test = f(numpy.random.rand(10, in_size).astype(X.dtype))
f(numpy.random.rand(10, in_size).astype(X.dtype))
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论