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

Commit

Permalink
Reenable test_gluon.test_conv (#12718)
Browse files Browse the repository at this point in the history
* reenable the test

* Trigger CI
  • Loading branch information
stu1130 authored and sandeep-krishnamurthy committed Oct 5, 2018
1 parent d6dfd41 commit 857cea1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_gluon.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ def check_layer_forward(layer, dshape):
mx.test_utils.assert_almost_equal(np_out, out.asnumpy(), rtol=1e-5, atol=1e-6)
mx.test_utils.assert_almost_equal(np_dx, x.grad.asnumpy(), rtol=1e-5, atol=1e-6)

@unittest.skip("Flaky test: https://github.com/apache/incubator-mxnet/issues/11506")
@with_seed()
def test_conv():
layers1d = [
Expand Down

0 comments on commit 857cea1

Please sign in to comment.