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 azai91 committed Dec 1, 2018
1 parent 45d0124 commit a93b075
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 a93b075

Please sign in to comment.