Skip to content

Commit

Permalink
add trainfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyderXu committed Apr 1, 2018
1 parent d2168ae commit 8ae50dd
Show file tree
Hide file tree
Showing 2 changed files with 1,759 additions and 0 deletions.
27 changes: 27 additions & 0 deletions model/solver.prototxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
train_net: "models/MOT/SSD_512x512/train.prototxt"
test_net: "models/MOT/SSD_512x512/test.prototxt"
test_iter: 1
test_interval: 90001
base_lr: 9.99999974738e-05
display: 10
max_iter: 40000
lr_policy: "multistep"
gamma: 0.10000000149
momentum: 0.899999976158
weight_decay: 0.000500000023749
snapshot: 20000
snapshot_prefix: "models/MOT/SSD_512x512/VGG_MOT_SSD_512x512"
solver_mode: GPU
device_id: 0
debug_info: false
snapshot_after_train: true
test_initialization: false
average_loss: 10
stepvalue: 40000
stepvalue: 60000
stepvalue: 80000
iter_size: 1
type: "SGD"
eval_type: "detection"
ap_version: "11point"

Loading

0 comments on commit 8ae50dd

Please sign in to comment.