Last active
August 24, 2017 20:35
-
-
Save vincentzhang/2f6f5bbb81313470e023c43c246ea5b0 to your computer and use it in GitHub Desktop.
Revisions
-
vincentzhang renamed this gist
Aug 24, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
vincentzhang revised this gist
Aug 24, 2017 . 1 changed file with 19 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ net: "appearance/appearance_stream_train.prototxt" base_lr: 0.1 # also tried 0.5, 0.01, 0.001, 1.0 lr_policy: "step" gamma: 0.1 stepsize: 60000 momentum: 0.9 weight_decay: 0.0001 max_iter: 60000 snapshot: 5000 snapshot_prefix: "snapshot/appearance_res101" solver_mode: GPU display: 20 average_loss: 100 iter_size: 2 -
vincentzhang created this gist
Aug 24, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ net: "appearance/appearance_stream_train.prototxt" base_lr: 1.0 lr_policy: "fixed" momentum: 0.9 weight_decay: 0.0001 type: "AdaDelta" delta: 1e-6 max_iter: 60000 snapshot: 5000 snapshot_prefix: "snapshot/appearance_res101" solver_mode: GPU display: 20 average_loss: 100 iter_size: 2