Skip to content

Commit

Permalink
Allow test to converge (apache#8351)
Browse files Browse the repository at this point in the history
* Allow test to converge

* Trigger build

* Trigger build

* Trigger build
  • Loading branch information
cjolivier01 committed Oct 22, 2017
1 parent f4c57aa commit 68ea95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/train/test_dtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68ea95f

Please sign in to comment.