Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyang committed Jan 18, 2018
1 parent 2fe102f commit de479ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ We benchmark our code thoroughly on three datasets: pascal voc, coco and imagene

model   | #GPUs | batch size | lr       | lr_decay | max_epoch     | time/epoch | mem/GPU | mAP
---------|--------|-----|--------|-----|-----|-------|--------|-----
[VGG-16](https://www.dropbox.com/s/sqzwahasczavco9/faster_rcnn_1_7_10021.pth?dl=0)     | 1 | 1 | 1e-3 | 5   | 7   | 0.76 hr | 3265MB   | 70.2
[VGG-16](https://www.dropbox.com/s/l2paqfjbbmx6d9f/faster_rcnn_1_10_2504.pth?dl=0)     | 1 | 4 | 4e-3 | 8  | 10  | 0.50 hr | 9083MB   | 70.7
VGG-16     | 1 | 1 | 1e-3 | 5   | 7   | 0.76 hr | 3265MB   | 70.2
VGG-16     | 1 | 4 | 4e-3 | 8  | 10  | 0.50 hr | 9083MB   | 70.7
[VGG-16](https://www.dropbox.com/s/1a31y7vicby0kvy/faster_rcnn_1_10_625.pth?dl=0)     | 8 | 16| 1e-2 | 8   | 10 | 0.19 hr | 5291MB | 69.7
VGG-16     | 8 | 24| 1e-2 | 10 | 11 | 0.16 hr | 11303MB | 69.6
[Res-101](https://www.dropbox.com/s/4v3or0054kzl19q/faster_rcnn_1_7_10021.pth?dl=0) | 1 | 1 | 1e-3 | 5 | 7 | 0.88 hr | 3200 MB | 75.2
Expand Down

0 comments on commit de479ee

Please sign in to comment.