提交 8239609b authored 作者: Tim Cooijmans's avatar Tim Cooijmans

map_variables: remove debug print

上级 d2886df7
...@@ -139,7 +139,6 @@ class TestMapVariables(unittest.TestCase): ...@@ -139,7 +139,6 @@ class TestMapVariables(unittest.TestCase):
numpy.array(1., dtype=theano.config.floatX), numpy.array(1., dtype=theano.config.floatX),
name="shared") name="shared")
constant = tensor.constant(1., name="constant") constant = tensor.constant(1., name="constant")
print [x.dtype for x in [outer, shared, constant]]
z = outer * (shared + constant) z = outer * (shared + constant)
# construct the inner graph # construct the inner graph
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论