Skip to content

Instantly share code, notes, and snippets.

@vincentzhang
Last active August 24, 2017 20:35
Show Gist options
  • Select an option

  • Save vincentzhang/2f6f5bbb81313470e023c43c246ea5b0 to your computer and use it in GitHub Desktop.

Select an option

Save vincentzhang/2f6f5bbb81313470e023c43c246ea5b0 to your computer and use it in GitHub Desktop.

Revisions

  1. vincentzhang renamed this gist Aug 24, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. vincentzhang revised this gist Aug 24, 2017. 1 changed file with 19 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions SGD_solver.prototxt
    Original 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
  3. vincentzhang created this gist Aug 24, 2017.
    20 changes: 20 additions & 0 deletions solver.prototxt
    Original 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
    6,183 changes: 6,183 additions & 0 deletions train_net.prototxt
    6,183 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.