Skip to content

Commit

Permalink
Force LRN engine to CAFFE (fixes major perf bug when engine defaults …
Browse files Browse the repository at this point in the history
…to CUDNN)
  • Loading branch information
rbgirshick committed Mar 8, 2016
1 parent 8ff49d3 commit 96dc9f1
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/fast_rcnn/test.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -86,6 +87,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/fast_rcnn/train.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -91,6 +92,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/faster_rcnn_alt_opt/faster_rcnn_test.pt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -86,6 +87,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/faster_rcnn_alt_opt/rpn_test.pt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -86,6 +87,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -91,6 +92,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/faster_rcnn_alt_opt/stage1_rpn_train.pt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -88,6 +89,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -91,6 +92,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/faster_rcnn_alt_opt/stage2_rpn_train.pt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -88,6 +89,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/faster_rcnn_end2end/test.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -86,6 +87,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down
2 changes: 2 additions & 0 deletions models/pascal_voc/ZF/faster_rcnn_end2end/train.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down Expand Up @@ -88,6 +89,7 @@ layer {
alpha: 0.00005
beta: 0.75
norm_region: WITHIN_CHANNEL
engine: CAFFE
}
}
layer {
Expand Down

0 comments on commit 96dc9f1

Please sign in to comment.