Skip to content

Commit

Permalink
Delete scale shufflenet_v1_g3_x1_5 and shufflenet_v1_g3_x2_0 of shuff…
Browse files Browse the repository at this point in the history
…lenetv1.
  • Loading branch information
Silver0930 committed Mar 31, 2023
1 parent f35c2e5 commit ff01329
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 106 deletions.
2 changes: 0 additions & 2 deletions configs/shufflenet_v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Our reproduced model performance on ImageNet-1K is reported as follows.
|-----------------------|----------|-----------|-----------|------------|---------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
| shufflenet_v1_g3_x0_5 | D910x8-G | 57.05 | 79.73 | 0.73 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/shufflenet_v1/shufflenet_v1_0.5_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_05-42cfe109.ckpt) |
| shufflenet_v1_g3_x1_0 | D910x8-G | 67.77 | 87.73 | 1.89 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/shufflenet_v1/shufflenet_v1_1.0_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_10-245f0ccf.ckpt) |
| shufflenet_v1_g3_x1_5 | D910x8-G | 71.53 | 90.17 | 3.48 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/shufflenet_v1/shufflenet_v1_1.5_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_15-40caaa99.ckpt) |
| shufflenet_v1_g3_x2_0 | D910x8-G | 74.02 | 91.74 | 5.50 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/shufflenet_v1/shufflenet_v1_2.0_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_20-df3f5199.ckpt) |

</div>

Expand Down
49 changes: 0 additions & 49 deletions configs/shufflenet_v1/shufflenet_v1_1.5_ascend.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions configs/shufflenet_v1/shufflenet_v1_2.0_ascend.yaml

This file was deleted.

8 changes: 2 additions & 6 deletions mindcv/models/shufflenetv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ def _cfg(url="", **kwargs):
"shufflenet_v1_g3_1.0": _cfg(
url="https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_10-245f0ccf.ckpt"
),
"shufflenet_v1_g3_1.5": _cfg(
url="https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_15-40caaa99.ckpt"
),
"shufflenet_v1_g3_2.0": _cfg(
url="https://download.mindspore.cn/toolkits/mindcv/shufflenet/shufflenetv1/shufflenet_v1_g3_20-df3f5199.ckpt"
),
"shufflenet_v1_g3_1.5": _cfg(url=""),
"shufflenet_v1_g3_2.0": _cfg(url=""),
"shufflenet_v1_g8_0.5": _cfg(url=""),
"shufflenet_v1_g8_1.0": _cfg(url=""),
"shufflenet_v1_g8_1.5": _cfg(url=""),
Expand Down

0 comments on commit ff01329

Please sign in to comment.