From 7cfc3627c7e65251d4a559ca8bfe963f43398ae8 Mon Sep 17 00:00:00 2001 From: Ronghang Hu Date: Sat, 20 Sep 2014 07:55:32 +0800 Subject: [PATCH] fix directory in finetune pascal example --- .../pascal_finetune_solver.prototxt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/finetune_pascal_detection/pascal_finetune_solver.prototxt b/examples/finetune_pascal_detection/pascal_finetune_solver.prototxt index 54ba6350448..83f5abdf891 100644 --- a/examples/finetune_pascal_detection/pascal_finetune_solver.prototxt +++ b/examples/finetune_pascal_detection/pascal_finetune_solver.prototxt @@ -1,5 +1,5 @@ -train_net: "examples/finetuning_pascal_detection/pascal_finetune_train.prototxt" -test_net: "examples/finetuning_pascal_detection/pascal_finetune_val.prototxt" +train_net: "examples/finetune_pascal_detection/pascal_finetune_train.prototxt" +test_net: "examples/finetune_pascal_detection/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: "examples/finetuning_pascal_detection/pascal_det_finetune" +snapshot_prefix: "examples/finetune_pascal_detection/pascal_det_finetune"