Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Changes from 1 commit
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