openpose / 3rdparty /caffe /examples /finetune_pascal_detection /pascal_finetune_solver.prototxt
camenduru's picture
thanks to openpose ❤
f5bb0c0
raw
history blame contribute delete
330 Bytes
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"