Skip to content

Commit

Permalink
Merge pull request Eniac-Xie#7 from lixiang-ucas/master
Browse files Browse the repository at this point in the history
add resnet-50 prototxt
  • Loading branch information
Eniac-Xie authored May 19, 2017
2 parents 46a3db8 + fd8c320 commit cda27b8
Show file tree
Hide file tree
Showing 45 changed files with 99,778 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
train_net: "models/pascal_voc/ResNet101_BN_SCALE_Merged/faster_rcnn_alt_opt/stage1_fast_rcnn_train.pt"

base_lr: 0.001
lr_policy: "step"
gamma: 0.1
stepsize: 30000
display: 20
average_loss: 100
momentum: 0.9
weight_decay: 0.0005

# We disable standard caffe solver snapshotting and implement our own snapshot
# function
snapshot: 0
# We still use the snapshot prefix, though
snapshot_prefix: "resnet101_bn_scale_merged_fast_rcnn"
Loading

0 comments on commit cda27b8

Please sign in to comment.