You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by an...@apache.org on 2018/06/29 14:45:09 UTC

[incubator-mxnet] branch master updated: Enable test_conv (#11490)

This is an automated email from the ASF dual-hosted git repository.

anirudh2290 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 48fbc72  Enable test_conv (#11490)
48fbc72 is described below

commit 48fbc725770eba6d41eca63c35713337105a9ea7
Author: Marco de Abreu <ma...@users.noreply.github.com>
AuthorDate: Fri Jun 29 16:44:59 2018 +0200

    Enable test_conv (#11490)
---
 tests/python/unittest/test_gluon.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/python/unittest/test_gluon.py b/tests/python/unittest/test_gluon.py
index 4e6c35d..a1f1bf0 100644
--- a/tests/python/unittest/test_gluon.py
+++ b/tests/python/unittest/test_gluon.py
@@ -382,7 +382,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("test fails intermittently. temporarily disabled till it gets fixed. tracked at https://github.com/apache/incubator-mxnet/issues/11395")
 @with_seed()
 def test_conv():
     layers1d = [