Skip to content

Commit

Permalink
fix directory in finetune pascal example
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghanghu committed Sep 19, 2014
1 parent 0fb2faf commit 7cfc362
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 7cfc362

Please sign in to comment.