You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/10/27 10:35:10 UTC

[incubator-mxnet] branch master updated: enable batchnorm unit tests (#12986)

This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f6d224  enable batchnorm unit tests (#12986)
2f6d224 is described below

commit 2f6d224679bb8ce28ea8eff1fca4bcab30125764
Author: Lai Wei <ro...@gmail.com>
AuthorDate: Sat Oct 27 03:34:53 2018 -0700

    enable batchnorm unit tests (#12986)
    
    * enable bn unit tests
    
    * travis timed out, trigger ci
---
 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 e8ef704..02dc6ce 100644
--- a/tests/python/unittest/test_gluon.py
+++ b/tests/python/unittest/test_gluon.py
@@ -1931,7 +1931,6 @@ def test_reshape_batchnorm():
 
 
 @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 test_reshape_batchnorm_reshape_batchnorm():
 
 
 @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):