We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b50493 + 20dc8cb commit eb0ee05Copy full SHA for eb0ee05
1 file changed
theano/scan_module/tests/test_scan.py
@@ -5491,5 +5491,4 @@ def _active(x, pre_h):
5491
gW_x = theano.tensor.grad(cost, W_x)
5492
updates = [(W_x, W_x - 0.1 * gW_x)]
5493
f = theano.function([X], outputs=cost, updates=updates)
5494
- test = f(numpy.random.rand(10, in_size).astype(X.dtype))
5495
- print(test)
+ f(numpy.random.rand(10, in_size).astype(X.dtype))
0 commit comments