From 4c81ee54af139e2072affbb865bb6deef92e14c5 Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Sat, 29 Mar 2014 02:13:34 -0700 Subject: [PATCH] fix some param bugs --- examples/cifar10/cifar10_full_lrn_map_test.prototxt | 4 ++-- examples/cifar10/cifar10_full_lrn_map_train.prototxt | 4 ++-- examples/cifar10/train_full_lrn_map.sh | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/cifar10/cifar10_full_lrn_map_test.prototxt b/examples/cifar10/cifar10_full_lrn_map_test.prototxt index a8c81ed..62a6e10 100644 --- 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 --- 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 --- 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 \ -- 2.7.4