提交 4405d79a authored 作者: Frederic Bastien's avatar Frederic Bastien

Removing printing in test

上级 0b5a96e0
...@@ -64,7 +64,6 @@ def test_composite_elemwise_float16(): ...@@ -64,7 +64,6 @@ def test_composite_elemwise_float16():
tensor.constant(numpy.float16(1.0))) tensor.constant(numpy.float16(1.0)))
f = theano.function([w, x, y], o, mode=mode_with_gpu) f = theano.function([w, x, y], o, mode=mode_with_gpu)
theano.printing.debugprint(f)
v = theano.tensor.vector(dtype='uint8') v = theano.tensor.vector(dtype='uint8')
w = theano.tensor.vector(dtype='float16') w = theano.tensor.vector(dtype='float16')
...@@ -74,7 +73,6 @@ def test_composite_elemwise_float16(): ...@@ -74,7 +73,6 @@ def test_composite_elemwise_float16():
o = tensor.switch(v, tensor.mul(w, x, y), z) o = tensor.switch(v, tensor.mul(w, x, y), z)
f = theano.function([v, w, x, y, z], o, mode=mode_with_gpu) f = theano.function([v, w, x, y, z], o, mode=mode_with_gpu)
theano.printing.debugprint(f)
class test_GpuDimShuffle(test_elemwise.test_DimShuffle): class test_GpuDimShuffle(test_elemwise.test_DimShuffle):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论