提交 cd60251d authored 作者: lamblin's avatar lamblin

Merge pull request #678 from nouiz/fix_test

Fix test
...@@ -121,7 +121,7 @@ def test_memory_lazy(): ...@@ -121,7 +121,7 @@ def test_memory_lazy():
We need to test it as the ifelse op with the [c]vm create op not We need to test it as the ifelse op with the [c]vm create op not
executed in the graph. This mess with [c]vm gc implementation. executed in the graph. This mess with [c]vm gc implementation.
""" """
shapes = (200, 100) shapes = (50, 100)
# more_alloc1 and more_alloc2 is not the same for both dtype. # more_alloc1 and more_alloc2 is not the same for both dtype.
# when dtype is float32, the computation is done on the gpu. # when dtype is float32, the computation is done on the gpu.
# This insert constant on the gpu during compilation # This insert constant on the gpu during compilation
......
...@@ -204,6 +204,7 @@ class SqueezeOp(theano.Op): ...@@ -204,6 +204,7 @@ class SqueezeOp(theano.Op):
""" """
def __init__(self, out_nd): def __init__(self, out_nd):
self.view_map = {0: [0]}
self.out_nd = out_nd self.out_nd = out_nd
def __eq__(self, other): def __eq__(self, other):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论