Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fast-rcnn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maxmzkr
fast-rcnn
Commits
645d3e63
Commit
645d3e63
authored
9 years ago
by
Ross Girshick
Browse files
Options
Downloads
Patches
Plain Diff
remove dir from snapshot prefix
parent
04e5e1b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
models/CaffeNet/solver.prototxt
+1
-2
1 addition, 2 deletions
models/CaffeNet/solver.prototxt
models/VGG_16/solver.prototxt
+1
-2
1 addition, 2 deletions
models/VGG_16/solver.prototxt
models/VGG_CNN_M_1024/solver.prototxt
+1
-2
1 addition, 2 deletions
models/VGG_CNN_M_1024/solver.prototxt
with
3 additions
and
6 deletions
models/CaffeNet/solver.prototxt
+
1
−
2
View file @
645d3e63
...
...
@@ -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
This diff is collapsed.
Click to expand it.
models/VGG_16/solver.prototxt
+
1
−
2
View file @
645d3e63
...
...
@@ -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
This diff is collapsed.
Click to expand it.
models/VGG_CNN_M_1024/solver.prototxt
+
1
−
2
View file @
645d3e63
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment