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:
42b832c
)
fix some param bugs
author
Jeff Donahue
<jeff.donahue@gmail.com>
Sat, 29 Mar 2014 09:13:34 +0000
(
02:13
-0700)
committer
Jeff Donahue
<jeff.donahue@gmail.com>
Tue, 8 Apr 2014 18:36:18 +0000
(11:36 -0700)
examples/cifar10/cifar10_full_lrn_map_test.prototxt
patch
|
blob
|
history
examples/cifar10/cifar10_full_lrn_map_train.prototxt
patch
|
blob
|
history
examples/cifar10/train_full_lrn_map.sh
patch
|
blob
|
history
diff --git
a/examples/cifar10/cifar10_full_lrn_map_test.prototxt
b/examples/cifar10/cifar10_full_lrn_map_test.prototxt
index
a8c81ed
..
62a6e10
100644
(file)
--- a/
examples/cifar10/cifar10_full_lrn_map_test.prototxt
+++ b/
examples/cifar10/cifar10_full_lrn_map_test.prototxt
@@
-53,7
+53,7
@@
layers {
type: LRN_MAP
bottom: "pool1"
top: "norm1"
- lrn_param {
+ lrn_
map_
param {
local_size: 3
alpha: 5e-05
beta: 0.75
@@
-102,7
+102,7
@@
layers {
type: LRN_MAP
bottom: "pool2"
top: "norm2"
- lrn_param {
+ lrn_
map_
param {
local_size: 3
alpha: 5e-05
beta: 0.75
diff --git
a/examples/cifar10/cifar10_full_lrn_map_train.prototxt
b/examples/cifar10/cifar10_full_lrn_map_train.prototxt
index
b9c436e
..
d9244dc
100644
(file)
--- a/
examples/cifar10/cifar10_full_lrn_map_train.prototxt
+++ b/
examples/cifar10/cifar10_full_lrn_map_train.prototxt
@@
-53,7
+53,7
@@
layers {
type: LRN_MAP
bottom: "pool1"
top: "norm1"
- lrn_param {
+ lrn_
map_
param {
local_size: 3
alpha: 5e-05
beta: 0.75
@@
-102,7
+102,7
@@
layers {
type: LRN_MAP
bottom: "pool2"
top: "norm2"
- lrn_param {
+ lrn_
map_
param {
local_size: 3
alpha: 5e-05
beta: 0.75
diff --git
a/examples/cifar10/train_full_lrn_map.sh
b/examples/cifar10/train_full_lrn_map.sh
index
a8f1ad6
..
ffd3470
100755
(executable)
--- a/
examples/cifar10/train_full_lrn_map.sh
+++ b/
examples/cifar10/train_full_lrn_map.sh
@@
-3,8
+3,7
@@
TOOLS=../../build/tools
GLOG_logtostderr=1 $TOOLS/train_net.bin \
- cifar10_full_lrn_map_solver.prototxt \
- cifar10_full_lrn_map_iter_60000.solverstate
+ cifar10_full_lrn_map_solver.prototxt
#reduce learning rate by factor of 10
GLOG_logtostderr=1 $TOOLS/train_net.bin \