Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct the value in "top 1 accuracy" in imagenet table
  • Loading branch information
RuosOne committed Dec 13, 2020
1 parent c9a6ba2 commit db1ef7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Inference Speend

| Model | Normalization Batch size | Norm | Top 1 Accuracy |
|:--------:|:-----------:|:----:|:------:|
| ResNet50 | 32 | BN | 23.41 |
| ResNet50 | 2 | BN | 35.22 |
| ResNet50 | 2 | BRN | 30.29 |
| ResNet50 | 2 | MABN | 23.67 |
| ResNet50 | 32 | BN | 76.59 |
| ResNet50 | 2 | BN | 64.78 |
| ResNet50 | 2 | BRN | 69.71 |
| ResNet50 | 2 | MABN | 76.33 |

### COCO
| Backbone | Method | Training Strategy | Norm | Batch Size | AP<sup>b</sup> | AP<sup>b</sup><sub>0.50</sub> | AP<sup>b</sup><sub>0.75</sub> | AP<sup>m</sup> | AP<sup>m</sup><sub>0.50</sub> | AP<sup>m</sup><sub>0.75</sub> |
Expand Down

0 comments on commit db1ef7b

Please sign in to comment.