Skip to content

Commit

Permalink
enable batchnorm unit tests (apache#12986)
Browse files Browse the repository at this point in the history
* enable bn unit tests

* travis timed out, trigger ci
  • Loading branch information
roywei authored and Jose Luis Contreras committed Nov 13, 2018
1 parent c5536e3 commit d9fd8a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/python/unittest/test_gluon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit d9fd8a3

Please sign in to comment.