marcoabreu closed pull request #12986: enable batchnorm unit tests URL: https://github.com/apache/incubator-mxnet/pull/12986
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/tests/python/unittest/test_gluon.py b/tests/python/unittest/test_gluon.py index e8ef704c4ec..02dc6cee4a6 100644 --- a/tests/python/unittest/test_gluon.py +++ b/tests/python/unittest/test_gluon.py @@ -1931,7 +1931,6 @@ def hybrid_forward(self, F, x): @with_seed() [email protected]('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 hybrid_forward(self, F, x): @with_seed() [email protected]('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): ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
