Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

enable batchnorm unit tests #12986

Merged
merged 2 commits into from
Oct 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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