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

jxie 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 9e2bdeb  Disable test_optimizers:test_sgd (Temp fix #9000) (#9001)
9e2bdeb is described below

commit 9e2bdeba74ab829026913488a2df0eb8c70fd703
Author: Marco de Abreu <marcoab...@users.noreply.github.com>
AuthorDate: Wed Dec 13 04:27:05 2017 +0100

    Disable test_optimizers:test_sgd (Temp fix #9000) (#9001)
    
    * Disable test_optimizers:test_sgd
    
    * Fix newline
---
 tests/python/unittest/test_optimizer.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/unittest/test_optimizer.py 
b/tests/python/unittest/test_optimizer.py
index 1a26434..ec4fbfd 100644
--- a/tests/python/unittest/test_optimizer.py
+++ b/tests/python/unittest/test_optimizer.py
@@ -198,6 +198,7 @@ class PySGD(mx.optimizer.Optimizer):
     def update_multi_precision(self, index, weight, grad, state):
         self.update(index, weight, grad, state)
 
+@unittest.skip("Test fails intermittently. Temporarily disabled until fixed. 
Tracked at https://github.com/apache/incubator-mxnet/issues/9000";)
 def test_sgd():
     mx.random.seed(0)
     opt1 = PySGD

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to