You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by in...@apache.org on 2018/06/28 20:53:57 UTC

[incubator-mxnet] branch master updated: Enable test_autograd_save_memory (#11437)

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

indhub 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 dc291d3  Enable test_autograd_save_memory (#11437)
dc291d3 is described below

commit dc291d3a347c6a062c79132ba124cf989d020c06
Author: Kalyanee Chendke <k_...@hotmail.com>
AuthorDate: Thu Jun 28 13:53:50 2018 -0700

    Enable test_autograd_save_memory (#11437)
---
 tests/python/gpu/test_operator_gpu.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/python/gpu/test_operator_gpu.py b/tests/python/gpu/test_operator_gpu.py
index e4b1917..fd76990 100644
--- a/tests/python/gpu/test_operator_gpu.py
+++ b/tests/python/gpu/test_operator_gpu.py
@@ -1628,7 +1628,6 @@ def test_sequence_reverse():
     check_sequence_reverse(mx.gpu(0))
 
 
-@unittest.skip("Test fails intermittently. Temporarily disabled until fixed. Tracked at https://github.com/apache/incubator-mxnet/issues/8211")
 @with_seed()
 def test_autograd_save_memory():
     x = mx.nd.zeros((128, 512, 512), ctx=mx.gpu(0))