Skip to content

Commit

Permalink
Merge pull request BVLC#1117 from ronghanghu/fix-finetune-example
Browse files Browse the repository at this point in the history
[fix] set R-CNN fine-tuning PASCAL example paths
  • Loading branch information
shelhamer committed Sep 20, 2014
2 parents 737ea5e + 7cfc362 commit 8623598
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

0 comments on commit 8623598

Please sign in to comment.