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 72b0051  Allow test to converge (#8351)
72b0051 is described below

commit 72b00516a79cb6ac32f0fdd77af73a01994c2956
Author: Chris Olivier <cjolivie...@gmail.com>
AuthorDate: Sat Oct 21 12:06:21 2017 -0700

    Allow test to converge (#8351)
    
    * Allow test to converge
    
    * Trigger build
    
    * Trigger build
    
    * Trigger build
---
 tests/python/train/test_dtype.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/python/train/test_dtype.py b/tests/python/train/test_dtype.py
index b0a5248..96912c0 100644
--- a/tests/python/train/test_dtype.py
+++ b/tests/python/train/test_dtype.py
@@ -99,7 +99,7 @@ def run_cifar10(train, val, use_module):
     devs = [mx.cpu(0)]
     net = get_net()
     mod = mx.mod.Module(net, context=devs)
-    optim_args = {'learning_rate': 0.05, 'wd': 0.00001, 'momentum': 0.9}
+    optim_args = {'learning_rate': 0.001, 'wd': 0.00001, 'momentum': 0.9}
     eval_metrics = ['accuracy']
     if use_module:
         executor = mx.mod.Module(net, context=devs)

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

Reply via email to