зеркало из https://github.com/microsoft/caffe.git
15 строки
325 B
Plaintext
15 строки
325 B
Plaintext
train_net: "examples/pascal_finetune.prototxt"
|
|
test_net: "examples/pascal_finetune_val.prototxt"
|
|
test_iter: 100
|
|
test_interval: 400
|
|
base_lr: 0.0001
|
|
lr_policy: "step"
|
|
gamma: 0.1
|
|
stepsize: 50000
|
|
display: 20
|
|
max_iter: 400000
|
|
momentum: 0.9
|
|
weight_decay: 0.0005
|
|
snapshot: 10000
|
|
snapshot_prefix: "./snapshots/pascal_finetune_train"
|