Last active
November 2, 2017 14:49
-
-
Save gaving/0989a42d6c15b684c5dc524820965797 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
net: "/opt/models/vgg_face/train_val.prototxt" | |
test_iter: 1000 | |
test_interval: 2500 | |
base_lr: 0.001 | |
lr_policy: "step" | |
gamma: 0.1 | |
stepsize: 50000 | |
display: 20 | |
max_iter: 200000 | |
momentum: 0.9 | |
weight_decay: 0.0005 | |
snapshot: 10000 | |
snapshot_prefix: "/opt/models/vgg_face/train_train" | |
solver_mode: CPU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment