fix some param bugs
authorJeff Donahue <jeff.donahue@gmail.com>
Sat, 29 Mar 2014 09:13:34 +0000 (02:13 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Tue, 8 Apr 2014 18:36:18 +0000 (11:36 -0700)
examples/cifar10/cifar10_full_lrn_map_test.prototxt
examples/cifar10/cifar10_full_lrn_map_train.prototxt
examples/cifar10/train_full_lrn_map.sh

index a8c81ed..62a6e10 100644 (file)
@@ -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
index b9c436e..d9244dc 100644 (file)
@@ -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
index a8f1ad6..ffd3470 100755 (executable)
@@ -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 \