Skip to content

Instantly share code, notes, and snippets.

@jeffdonahue
Created February 13, 2017 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffdonahue/132b02edbfeed08e3d374b59b98bff9e to your computer and use it in GitHub Desktop.
Save jeffdonahue/132b02edbfeed08e3d374b59b98bff9e to your computer and use it in GitHub Desktop.
net: "train_val.prototxt"
test_iter: 736
test_interval: 1000000 # py solving tests
display: 1
average_loss: 100
# lr_policy: "fixed"
lr_policy: "step"
stepsize: 50000
gamma: 0.1
# base_lr: 1e-4
base_lr: 1e-3
momentum: 0.9
iter_size: 20
# base_lr: 1e-9
# momentum: 0.99
# iter_size: 1
max_iter: 80000
weight_decay: 0.0005
snapshot: 5000
snapshot_prefix: "snapshot/train"
test_initialization: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment