File size: 330 Bytes
b7f741c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | net: "examples/finetune_pascal_detection/pascal_finetune_trainval_test.prototxt"
test_iter: 100
test_interval: 1000
base_lr: 0.001
lr_policy: "step"
gamma: 0.1
stepsize: 20000
display: 20
max_iter: 100000
momentum: 0.9
weight_decay: 0.0005
snapshot: 10000
snapshot_prefix: "examples/finetune_pascal_detection/pascal_det_finetune"
|