Skip to content

Commit 8b21b8f

Browse files
ChongWei905ChongWei905
andauthored
docs: add performance data to 910* benchmarks (#808)
Co-authored-by: ChongWei905 <weichong4@huawei.com>
1 parent 489b57a commit 8b21b8f

File tree

40 files changed

+167
-166
lines changed

40 files changed

+167
-166
lines changed

benchmark_results.md

Lines changed: 45 additions & 44 deletions
Large diffs are not rendered by default.

configs/convit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ performance tested on ascend 910*(8p) with graph mode
2929

3030
<div align="center">
3131

32-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
33-
| ----------- | --------- | --------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------ |-------------|
34-
| convit_tiny | 73.79 | 91.70 | 5.71 | 256 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/convit/convit_tiny_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/convit/convit_tiny-1961717e-910v2.ckpt) |
32+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
33+
| ----------- | --------- | --------- | ------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------- |
34+
| convit_tiny | 73.79 | 91.70 | 342.81 | 5.71 | 256 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/convit/convit_tiny_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/convit/convit_tiny-1961717e-910v2.ckpt) |
3535

3636
</div>
3737

configs/convnext/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ performance tested on ascend 910*(8p) with graph mode
2525

2626
<div align="center">
2727

28-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
29-
| ------------- | --------- | --------- | ---------- | ---------- | ---------------------------------------------------------------------------------------------------- |-------------|
30-
| convnext_tiny | 81.28 | 95.61 | 28.59 | 16 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/convnext/convnext_tiny_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/convnext/convnext_tiny-db11dc82-910v2.ckpt) |
28+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
29+
| ------------- | --------- | --------- | ------- | ---------- | ---------- | ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
30+
| convnext_tiny | 81.28 | 95.61 | 54.08 | 28.59 | 16 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/convnext/convnext_tiny_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/convnext/convnext_tiny-db11dc82-910v2.ckpt) |
3131

3232

3333
</div>

configs/convnextv2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Our reproduced model performance on ImageNet-1K is reported as follows.
2222

2323
performance tested on ascend 910*(8p) with graph mode
2424

25-
<div align="center">
2625

27-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
28-
| --------------- | --------- | --------- | ---------- | ---------- | -------------------------------------------------------------------------------------------------------- |-------------|
29-
| convnextv2_tiny | 82.39 | 95.95 | 28.64 | 128 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/convnextv2/convnextv2_tiny_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/convnextv2/convnextv2_tiny-a35b79ce-910v2.ckpt) |
26+
27+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
28+
| --------------- | --------- | --------- | ------- | ---------- | ---------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
29+
| convnextv2_tiny | 82.39 | 95.95 | 360.29 | 28.64 | 128 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/convnextv2/convnextv2_tiny_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/convnextv2/convnextv2_tiny-a35b79ce-910v2.ckpt) |
3030

3131
</div>
3232

configs/crossvit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ performance tested on ascend 910*(8p) with graph mode
2323

2424
<div align="center">
2525

26-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
27-
| ---------- | --------- | --------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------- |-------------|
28-
| crossvit_9 | 73.38 | 91.51 | 8.55 | 256 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/crossvit/crossvit_9_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/crossvit/crossvit_9-32c69c96-910v2.ckpt) |
26+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
27+
| ---------- | --------- | --------- | ------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
28+
| crossvit_9 | 73.38 | 91.51 | 711.19 | 8.55 | 256 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/crossvit/crossvit_9_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/crossvit/crossvit_9-32c69c96-910v2.ckpt) |
2929

3030
</div>
3131

configs/densenet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ performance tested on ascend 910*(8p) with graph mode
4040

4141
<div align="center">
4242

43-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
44-
| ----------- | --------- | --------- | ---------- | ---------- | --------------------------------------------------------------------------------------------------- |-------------|
45-
| densenet121 | 75.67 | 92.77 | 8.06 | 32 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/densenet/densenet_121_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/densenet/densenet121-bf4ab27f-910v2.ckpt) |
43+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
44+
| ----------- | --------- | --------- | ------- | ---------- | ---------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
45+
| densenet121 | 75.67 | 92.77 | 50.55 | 8.06 | 32 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/densenet/densenet_121_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/densenet/densenet121-bf4ab27f-910v2.ckpt) |
4646

4747
performance tested on ascend 910(8p) with graph mode
4848

configs/edgenext/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ performance tested on ascend 910*(8p) with graph mode
2525

2626
<div align="center">
2727

28-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
29-
| ----------------- | --------- | --------- | ---------- | ---------- | -------------------------------------------------------------------------------------------------------- |-------------|
30-
| edgenext_xx_small | 70.64 | 89.75 | 1.33 | 256 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/edgenext/edgenext_xx_small_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/edgenext/edgenext_xx_small-cad13d2c-910v2.ckpt) |
28+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
29+
| ----------------- | --------- | --------- | ------- | ---------- | ---------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
30+
| edgenext_xx_small | 70.64 | 89.75 | 295.88 | 1.33 | 256 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/edgenext/edgenext_xx_small_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/edgenext/edgenext_xx_small-cad13d2c-910v2.ckpt) |
3131

3232

3333
</div>

configs/efficientnet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ performance tested on ascend 910*(8p) with graph mode
3535

3636
<div align="center">
3737

38-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
39-
| --------------- | --------- | --------- | ---------- | ---------- | ---------------------------------------------------------------------------------------------------------- |-------------|
40-
| efficientnet_b0 | 76.88 | 93.28 | 5.33 | 128 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/efficientnet/efficientnet_b0_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/efficientnet/efficientnet_b0-f8d7aa2a-910v2.ckpt) |
38+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
39+
| --------------- | --------- | --------- | ------- | ---------- | ---------- | ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
40+
| efficientnet_b0 | 76.88 | 93.28 | 168.78 | 5.33 | 128 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/efficientnet/efficientnet_b0_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/efficientnet/efficientnet_b0-f8d7aa2a-910v2.ckpt) |
4141

4242

4343
</div>

configs/googlenet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ performance tested on ascend 910*(8p) with graph mode
2626

2727
<div align="center">
2828

29-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
30-
| --------- | --------- | --------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------- |-------------|
31-
| googlenet | 72.89 | 90.89 | 6.99 | 32 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/googlenet/googlenet_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/googlenet/googlenet-de74c31d-910v2.ckpt) |
29+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
30+
| --------- | --------- | --------- | ------- | ---------- | ---------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
31+
| googlenet | 72.89 | 90.89 | 24.29 | 6.99 | 32 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/googlenet/googlenet_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/googlenet/googlenet-de74c31d-910v2.ckpt) |
3232

3333
</div>
3434

configs/hrnet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ performance tested on ascend 910*(8p) with graph mode
3434

3535
<div align="center">
3636

37-
| Model | Top-1 (%) | Top-5 (%) | Params (M) | Batch Size | Recipe | Download |
38-
| --------- | --------- | --------- | ---------- | ---------- | --------------------------------------------------------------------------------------------- |-------------|
39-
| hrnet_w32 | 80.66 | 95.30 | 41.30 | 128 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/hrnet/hrnet_w32_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/hrnet/hrnet_w32-e616cdcb-910v2.ckpt) |
37+
| Model | Top-1 (%) | Top-5 (%) | ms/step | Params (M) | Batch Size | Recipe | Download |
38+
| --------- | --------- | --------- | ------- | ---------- | ---------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
39+
| hrnet_w32 | 80.66 | 95.30 | 303.01 | 41.30 | 128 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/hrnet/hrnet_w32_ascend.yaml) | [weights](https://download-mindspore.osinfra.cn/toolkits/mindcv/hrnet/hrnet_w32-e616cdcb-910v2.ckpt) |
4040

4141

4242

0 commit comments

Comments
 (0)