Skip to content

Commit

Permalink
add running time on Titan Black and X
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoqingRen committed Aug 20, 2015
1 parent c7a95c4 commit cf231cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,14 @@ GPU: Titan, Titan Black, Titan X, K20, K40, K80.
001150.jpg (500x375): time 0.058s (resize+conv+proposal: 0.034s, nms+regionwise: 0.023s)
mean time: 0.059s
```
- The visual results might be different from those in the paper due to numerical variations.
- The visual results might be different from those in the paper due to numerical variations.
- Running time on other GPUs

GPU / mean time | VGG-16 | ZF
:------------------------:|:--------------------:|:--------------------:
K40 | 198ms | 59ms
Titan Black | 174ms | 56ms
Titan X | 151ms | 59ms

### Preparation for Training:
0. Run `fetch_data/fetch_model_ZF.m` to download an ImageNet-pre-trained ZF net.
Expand Down

0 comments on commit cf231cb

Please sign in to comment.