projects
/
platform
/
upstream
/
caffe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf30154
)
imagenet solver: a better decreasing policy
author
Yangqing Jia
<jiayq84@gmail.com>
Mon, 28 Oct 2013 18:00:42 +0000
(11:00 -0700)
committer
Yangqing Jia
<jiayq84@gmail.com>
Mon, 28 Oct 2013 18:00:42 +0000
(11:00 -0700)
examples/imagenet_solver.prototxt
patch
|
blob
|
history
diff --git
a/examples/imagenet_solver.prototxt
b/examples/imagenet_solver.prototxt
index
6e58363
..
cf2765f
100644
(file)
--- a/
examples/imagenet_solver.prototxt
+++ b/
examples/imagenet_solver.prototxt
@@
-1,7
+1,7
@@
base_lr: 0.01
lr_policy: "step"
-gamma: 0.
1
-stepsize:
3
40000
+gamma: 0.
5
+stepsize: 40000
display: 20
max_iter: 1200000
momentum: 0.9