提交 aa0982ea authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Use working subsample values.

上级 5fc766b1
...@@ -239,7 +239,7 @@ class TestConv2d(unittest.TestCase): ...@@ -239,7 +239,7 @@ class TestConv2d(unittest.TestCase):
mode=mode, eps=1) mode=mode, eps=1)
def test_all(self): def test_all(self):
ds = [0, 0] ds = [1, 1]
db = (0, 0) db = (0, 0)
dflip = True in self.filter_flip dflip = True in self.filter_flip
dprovide_shape = True in self.provide_shapes dprovide_shape = True in self.provide_shapes
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论