file pascal finetuning prototxt examples and fix paths
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 13 Mar 2014 22:10:41 +0000 (15:10 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 20 Mar 2014 02:09:57 +0000 (19:09 -0700)
examples/pascal-finetuning/pascal_finetune_solver.prototxt [moved from models/pascal_finetune_solver.prototxt with 53% similarity]
examples/pascal-finetuning/pascal_finetune_train.prototxt [moved from models/pascal_finetune.prototxt with 96% similarity]
examples/pascal-finetuning/pascal_finetune_val.prototxt [moved from models/pascal_finetune_val.prototxt with 96% similarity]

@@ -1,5 +1,5 @@
-train_net: "examples/pascal_finetune.prototxt"
-test_net: "examples/pascal_finetune_val.prototxt"
+train_net: "pascal_finetune_train.prototxt"
+test_net: "pascal_finetune_val.prototxt"
 test_iter: 100
 test_interval: 1000
 base_lr: 0.001
@@ -11,4 +11,4 @@ max_iter: 100000
 momentum: 0.9
 weight_decay: 0.0005
 snapshot: 10000
-snapshot_prefix: "./snapshots/pascal_finetune_train"
+snapshot_prefix: "pascal_finetune_train"
similarity index 96%
rename from models/pascal_finetune.prototxt
rename to examples/pascal-finetuning/pascal_finetune_train.prototxt
index fc2085e..ac84781 100644 (file)
@@ -3,8 +3,8 @@ layers {
   layer {
     name: "data"
     type: "window_data"
-    source: "/work5/rbg/convnet-selective-search/selective-search-data/window_file_2007_trainval.txt"
-    meanfile: "/home/eecs/rbg/working/caffe-rbg/data/ilsvrc2012_mean.binaryproto"
+    source: "window_file_2007_trainval.txt"
+    meanfile: "../../data/ilsvrc12/imagenet_mean.binaryproto"
     batchsize: 128
     cropsize: 227
     mirror: true
@@ -3,8 +3,8 @@ layers {
   layer {
     name: "data"
     type: "window_data"
-    source: "/work5/rbg/convnet-selective-search/selective-search-data/window_file_2007_test.txt"
-    meanfile: "/home/eecs/rbg/working/caffe-rbg/data/ilsvrc2012_mean.binaryproto"
+    source: "window_file_2007_test.txt"
+    meanfile: "../../data/ilsvrc12/imagenet_mean.binaryproto"
     batchsize: 128
     cropsize: 227
     mirror: true