From b75357fc49520e8b22babd41c5e388f80dade26e Mon Sep 17 00:00:00 2001 From: zixuanweeei Date: Mon, 19 Aug 2019 09:40:34 +0800 Subject: [PATCH 1/3] Drop needless num_bases in test of conv --- tests/python/unittest/test_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/unittest/test_operator.py b/tests/python/unittest/test_operator.py index e28fe7869f20..c360db9f01a5 100644 --- a/tests/python/unittest/test_operator.py +++ b/tests/python/unittest/test_operator.py @@ -2009,7 +2009,7 @@ def test_convolution_independent_gradients(): reqs = ["null", "write", "add"] var_names = ["x", "w", "b"] dims = [1, 2] - num_bases = [1, 16, 64] + num_bases = [1, 8] kernel_xs = [3, 5] stride_xs = [1, 2] pad_xs = [0, 1] From 8e164ddfd967331e126308eb005f174fc86396d7 Mon Sep 17 00:00:00 2001 From: zixuanweeei Date: Mon, 19 Aug 2019 14:00:13 +0800 Subject: [PATCH 2/3] Trigger CI From ea66128a4226c842afb30e79523a337f9fdb0fb0 Mon Sep 17 00:00:00 2001 From: zixuanweeei Date: Mon, 19 Aug 2019 18:25:13 +0800 Subject: [PATCH 3/3] Re-trigger CI