提交 1331a0f5 authored 作者: Frederic's avatar Frederic

remove print in tests.

上级 5cd26de6
......@@ -432,7 +432,7 @@ def makeSharedTester(shared_constructor_,
else:
shape_grad = tensor.grad(x1_specify_shape.sum(), x1_shared)
shape_constant_fct_grad = theano.function([], shape_grad)
theano.printing.debugprint(shape_constant_fct_grad)
#theano.printing.debugprint(shape_constant_fct_grad)
shape_constant_fct_grad()
#Test that we can replace with values of the different shape
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论