Created
April 24, 2016 19:47
-
-
Save revilokeb/b6c10197898662ed83832ee871da4528 to your computer and use it in GitHub Desktop.
Caffe solver for learning inception-resnet-v2 - 2ndtry
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
net: "/inception_resnet_v2_train_test_2ndtry.prototxt" | |
test_iter: 25000 | |
test_interval: 40000 | |
test_initialization: false | |
iter_size: 1 | |
type: "RMSProp" | |
rms_decay: 0.9 | |
delta: 1.0 | |
display: 500 | |
average_loss: 1000 | |
base_lr: 0.045 | |
lr_policy: "step" | |
stepsize: 80000 | |
gamma: 0.94 | |
max_iter: 800000 | |
#momentum: 0.9 | |
#weight_decay: 0.0001 | |
snapshot: 200000 | |
snapshot_prefix: "/inception_resnet_v2_2ndtry" | |
solver_mode: GPU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment