From 46f296af2781cf8f25f40c1bc23aec96195e7dfe Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 26 Oct 2018 11:29:09 -0700 Subject: [PATCH 1/2] enable bn unit tests --- tests/python/unittest/test_gluon.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python/unittest/test_gluon.py b/tests/python/unittest/test_gluon.py index e8ef704c4ec2..02dc6cee4a66 100644 --- a/tests/python/unittest/test_gluon.py +++ b/tests/python/unittest/test_gluon.py @@ -1931,7 +1931,6 @@ def hybrid_forward(self, F, x): @with_seed() -@unittest.skip('Test failing, tracked by https://github.com/apache/incubator-mxnet/issues/12715') def test_slice_batchnorm(): class Net(gluon.HybridBlock): def __init__(self, slice, **kwargs): @@ -2007,7 +2006,6 @@ def hybrid_forward(self, F, x): @with_seed() -@unittest.skip('Flaky test: https://github.com/apache/incubator-mxnet/issues/12767') def test_slice_batchnorm_reshape_batchnorm(): class Net(gluon.HybridBlock): def __init__(self, shape, slice, **kwargs): From 4238e5d72385841a4b28aaecf595200349983f43 Mon Sep 17 00:00:00 2001 From: Lai Wei Date: Fri, 26 Oct 2018 13:21:22 -0700 Subject: [PATCH 2/2] travis timed out, trigger ci