提交 b1fcd691 authored 作者: AndreiCostinescu's avatar AndreiCostinescu

Removed (failing) duplicate test in test_conv.py in test_subsample

上级 f98e8f61
...@@ -281,8 +281,6 @@ class TestConv2D(utt.InferShapeTester): ...@@ -281,8 +281,6 @@ class TestConv2D(utt.InferShapeTester):
@attr('slow') @attr('slow')
def test_subsample(self): def test_subsample(self):
# Tests convolution where subsampling != (1,1) # Tests convolution where subsampling != (1,1)
self.validate((3, 2, 7, 5), (5, 2, 2, 3), 'valid', subsample=(2, 2))
self.validate((3, 2, 7, 5), (5, 2, 2, 3), 'full', subsample=(2, 2)) self.validate((3, 2, 7, 5), (5, 2, 2, 3), 'full', subsample=(2, 2))
# Fails as of 2012-07-11 # Fails as of 2012-07-11
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论