Skip to content
VGG_ILSVRC_19_layers_solver.prototxt.template 326 B
Newer Older
Agnes Ansari's avatar
Agnes Ansari committed
test_iter: 1000
test_interval: 1000
base_lr: 0.01
lr_policy: "step"
gamma: 0.1
stepsize: 100000
display: 20
momentum: 0.9
weight_decay: 0.0005
snapshot: 10000
snapshot_after_train: true
solver_mode: GPU
max_iter: <num-iterations>
net: "<path-to-net-file>"
snapshot_prefix: "<path-to-snapshot-dir>/VGG_ILSVRC_19_layers_train_"