Repository: incubator-singa
Updated Branches:
  refs/heads/master 84c7f902d -> 45d6880c1


(SINGA-96) Add Momentum to Cifar10 Example

Add "momentum:0.9" to cifar10 example job.conf


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/45d6880c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/45d6880c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/45d6880c

Branch: refs/heads/master
Commit: 45d6880c1a2137c0196d1dc83a192f5f5ae568b6
Parents: 84c7f90
Author: ooibc <[email protected]>
Authored: Sat Oct 24 19:21:59 2015 +0800
Committer: ooibc <[email protected]>
Committed: Sat Oct 24 19:21:59 2015 +0800

----------------------------------------------------------------------
 examples/cifar10/job.conf | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/45d6880c/examples/cifar10/job.conf
----------------------------------------------------------------------
diff --git a/examples/cifar10/job.conf b/examples/cifar10/job.conf
index 31966fa..d69238e 100644
--- a/examples/cifar10/job.conf
+++ b/examples/cifar10/job.conf
@@ -10,6 +10,7 @@ train_one_batch {
 updater{
   type: kSGD
   weight_decay:0.004
+  momentum:0.9
   learning_rate {
     type: kFixedStep
     fixedstep_conf:{

Reply via email to