Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
a6ca79c3
Commit
a6ca79c3
authored
Oct 10, 2019
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update benchmarks with D2
parent
53b887fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
examples/FasterRCNN/NOTES.md
examples/FasterRCNN/NOTES.md
+9
-8
No files found.
examples/FasterRCNN/NOTES.md
View file @
a6ca79c3
...
@@ -58,18 +58,19 @@ This is a minimal implementation that simply contains these files:
...
@@ -58,18 +58,19 @@ This is a minimal implementation that simply contains these files:
Training throughput (larger is better) of standard R50-FPN Mask R-CNN, on 8 V100s:
Training throughput (larger is better) of standard R50-FPN Mask R-CNN, on 8 V100s:
| Implementation | Throughput (img/s) |
| Implementation | Throughput (img/s) |
|--------------------------------------------------------------------------------------------------------------------------------------------------|:------------------:|
|---------------------------------------------------------------------------------------------------|:------------------:|
| [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/MODEL_ZOO.md#end-to-end-faster-and-mask-r-cnn-baselines) | 51 |
| [Detectron2](https://github.com/facebookresearch/detectron2) | 60 |
| tensorpack | 50 |
| [maskrcnn-benchmark](https://github.com/facebookresearch/maskrcnn-benchmark/) | 51 |
| [mmdetection](https://github.com/open-mmlab/mmdetection/blob/master/docs/MODEL_ZOO.md#mask-r-cnn) | 41 |
| tensorpack | 50 |
| [Detectron](https://github.com/facebookresearch/Detectron) | 19 |
| [mmdetection](https://github.com/open-mmlab/mmdetection/blob/master/docs/MODEL_ZOO.md#mask-r-cnn) | 41 |
| [matterport/Mask_RCNN](https://github.com/matterport/Mask_RCNN/) | 14 |
| [Detectron](https://github.com/facebookresearch/Detectron) | 19 |
| [matterport/Mask_RCNN](https://github.com/matterport/Mask_RCNN/) | 14 |
1. This implementation does not use specialized CUDA ops (e.g. ROIAlign),
1. This implementation does not use specialized CUDA ops (e.g. ROIAlign),
and does not use batch of images.
and does not use batch of images.
Therefore it might be slower than other highly-optimized implementations.
Therefore it might be slower than other highly-optimized implementations.
Our number in the table above uses TF 1.15.0rc2 and `
TRAINER=horovod
`
.
For details of the benchmark, see [detectron2 benchmarks](https://detectron2.readthedocs.io/notes/benchmarks.html)
.
1. If CuDNN warmup is on, the training will start very slowly, until about
1. If CuDNN warmup is on, the training will start very slowly, until about
10k steps (or more if scale augmentation is used) to reach a maximum speed.
10k steps (or more if scale augmentation is used) to reach a maximum speed.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment