提交 d57b103b authored 作者: Frederic's avatar Frederic

Remove print in tests now that it is faster.

上级 b413d6d9
......@@ -3696,9 +3696,7 @@ class T_Scan(unittest.TestCase):
cost = result_outer[-1]
H = theano.gradient.hessian(cost, W_flat)
print >> sys.stderr, "."
f = theano.function([W_flat], H)
print >> sys.stderr, "."
f(numpy.ones((8,), dtype='float32'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论