From db1ef7bc396c8aa6f4eec9e3c5875d73f74da3de Mon Sep 17 00:00:00 2001 From: RuosOne <59999069+RuosOne@users.noreply.github.com> Date: Sun, 13 Dec 2020 23:05:17 +0800 Subject: [PATCH] Update README.md Correct the value in "top 1 accuracy" in imagenet table --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34cab43..4bfc3a6 100644 --- a/README.md +++ b/README.md @@ -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 | APb | APb0.50 | APb0.75 | APm | APm0.50 | APm0.75 |