Skip to content

Commit

Permalink
added resnet
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLegendAli committed Jul 15, 2016
1 parent 6837095 commit 6abd64d
Show file tree
Hide file tree
Showing 5 changed files with 43,985 additions and 1 deletion.
16 changes: 16 additions & 0 deletions config/DEEPLABV2-RESNET101/solver.prototxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
train_net: "${EXP}/config/${NET_ID}/train_${TRAIN_SET}.prototxt"

iter_size: 10
lr_policy: "poly"
power: 0.9
base_lr: 2.5e-4

average_loss: 20
display: 20
max_iter: 20000
momentum: 0.9
weight_decay: 0.0005

snapshot: 10000
snapshot_prefix: "${EXP}/model/${NET_ID}/train"
solver_mode: GPU
16 changes: 16 additions & 0 deletions config/DEEPLABV2-RESNET101/solver2.prototxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
train_net: "${EXP}/config/${NET_ID}/train_${TRAIN_SET}.prototxt"

iter_size: 10
lr_policy: "poly"
power: 0.9
base_lr: 2.5e-4

average_loss: 20
display: 20
max_iter: 20000
momentum: 0.9
weight_decay: 0.0005

snapshot: 10000
snapshot_prefix: "${EXP}/model/${NET_ID}/train2"
solver_mode: GPU
Loading

0 comments on commit 6abd64d

Please sign in to comment.