Skip to content
Snippets Groups Projects
Commit 645d3e63 authored by Ross Girshick's avatar Ross Girshick
Browse files

remove dir from snapshot prefix

parent 04e5e1b8
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,11 @@ gamma: 0.1
stepsize: 30000
display: 20
average_loss: 100
max_iter: 500000
momentum: 0.9
weight_decay: 0.0005
# We disable standard caffe solver snapshotting and implement our own snapshot
# function
snapshot: 0
# We still use the snapshot prefix, though
snapshot_prefix: "snapshots/caffenet_fast_rcnn"
snapshot_prefix: "caffenet_fast_rcnn"
#debug_info: true
......@@ -5,7 +5,6 @@ gamma: 0.1
stepsize: 30000
display: 20
average_loss: 100
max_iter: 500000
# iter_size: 1
momentum: 0.9
weight_decay: 0.0005
......@@ -13,5 +12,5 @@ weight_decay: 0.0005
# function
snapshot: 0
# We still use the snapshot prefix, though
snapshot_prefix: "snapshots/vgg16_fast_rcnn"
snapshot_prefix: "vgg16_fast_rcnn"
#debug_info: true
......@@ -5,12 +5,11 @@ gamma: 0.1
stepsize: 30000
display: 20
average_loss: 100
max_iter: 500000
momentum: 0.9
weight_decay: 0.0005
# We disable standard caffe solver snapshotting and implement our own snapshot
# function
snapshot: 0
# We still use the snapshot prefix, though
snapshot_prefix: "snapshots/vgg_cnn_m_1024_fast_rcnn"
snapshot_prefix: "vgg_cnn_m_1024_fast_rcnn"
#debug_info: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment