提交 c389404a authored 作者: notoraptor's avatar notoraptor

Remove print in test.

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