Skip to content

Commit

Permalink
add missing prototxt
Browse files Browse the repository at this point in the history
  • Loading branch information
linjie-yang committed Nov 30, 2018
1 parent 917bcc4 commit d169778
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions models/dense_cap/solver_joint_inference.prototxt
@@ -0,0 +1,17 @@
train_net: "models/dense_cap/train_cap_joint_inference.prototxt"
base_lr: 0.001
lr_policy: "step"
gamma: 0.5
stepsize: 100000
display: 20
average_loss: 100
momentum: 0.98
weight_decay: 0.000
train_state: {stage: 'freeze-convnet'}
# We disable standard caffe solver snapshotting and implement our own snapshot
# function
snapshot: 0
# We still use the snapshot prefix, though
snapshot_prefix: "dense_cap_joint_inference"
clip_gradients: 40
#debug_info: true

0 comments on commit d169778

Please sign in to comment.