提交 5fc766b1 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Test border_modes and strides together.

上级 6c8f1a15
......@@ -247,9 +247,8 @@ class TestConv2d(unittest.TestCase):
for provide_shape in self.provide_shape:
self.tcase(i, f, ds, db, dflip, provide_shape)
for s in self.subsamples:
self.tcase(i, f, s, db, dflip, dprovide_shape)
for b in self.border_modes:
self.tcase(i, f, ds, b, dflip, dprovide_shape)
for b in self.border_modes:
self.tcase(i, f, s, db, dflip, dprovide_shape)
for flip in self.filter_flip:
self.tcase(i, f, ds, db, flip, dprovide_shape)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论