forked from Eniac-Xie/faster-rcnn-resnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Eniac-Xie#7 from lixiang-ucas/master
add resnet-50 prototxt
- Loading branch information
Showing
45 changed files
with
99,778 additions
and
0 deletions.
There are no files selected for viewing
3,477 changes: 3,477 additions & 0 deletions
3,477
.../pascal_voc/ResNet-50/faster_rcnn_BN_SCALE_Merged/faster_rcnn_alt_opt/faster_rcnn_test.pt
Large diffs are not rendered by default.
Oops, something went wrong.
2,958 changes: 2,958 additions & 0 deletions
2,958
models/pascal_voc/ResNet-50/faster_rcnn_BN_SCALE_Merged/faster_rcnn_alt_opt/rpn_test.pt
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
...esNet-50/faster_rcnn_BN_SCALE_Merged/faster_rcnn_alt_opt/stage1_fast_rcnn_solver30k40k.pt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.