From 5a2982bbb01c7012e3456ed364685d2137b257ec Mon Sep 17 00:00:00 2001 From: XixinYang Date: Wed, 19 Jul 2023 17:40:30 +0800 Subject: [PATCH] docs: fix typo in configs/vit/readme.md --- configs/vit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/vit/README.md b/configs/vit/README.md index 0b139a86..e5d743fb 100644 --- a/configs/vit/README.md +++ b/configs/vit/README.md @@ -38,7 +38,7 @@ Our reproduced model performance on ImageNet-1K is reported as follows. |--------------|----------|-----------|-----------|------------|-----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| | vit_b_32_224 | D910x8-G | 75.86 | 92.08 | 87.46 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/vit/vit_b32_224_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/vit/vit_b_32_224-7553218f.ckpt) | | vit_l_16_224 | D910x8-G | 76.34 | 92.79 | 303.31 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/vit/vit_l16_224_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/vit/vit_l_16_224-f02b2487.ckpt) | -| vit_l_32_224 | D910x8-G | 73.71 | 90.92 | 305.52 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/vit/vit_b32_224_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/vit/vit_l_32_224-3a961018.ckpt) | +| vit_l_32_224 | D910x8-G | 73.71 | 90.92 | 305.52 | [yaml](https://github.com/mindspore-lab/mindcv/blob/main/configs/vit/vit_l32_224_ascend.yaml) | [weights](https://download.mindspore.cn/toolkits/mindcv/vit/vit_l_32_224-3a961018.ckpt) |