Skip to content

Instantly share code, notes, and snippets.

@hgaiser
Created May 21, 2016 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hgaiser/362d9cee8a0bf596924700dbf5253cdd to your computer and use it in GitHub Desktop.
Save hgaiser/362d9cee8a0bf596924700dbf5253cdd to your computer and use it in GitHub Desktop.
train_net: "models/apc/ResNet18/faster_rcnn_end2end/train.prototxt"
base_lr: 0.1
lr_policy: "step"
gamma: 0.1
stepsize: 50000
display: 20
average_loss: 100
# iter_size: 1
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: "resnet18_faster_rcnn"
iter_size: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment