Skip to content

Commit 5c56e78

Browse files
ChongWei905ChongWei905
andauthored
docs: add version map between mindspore and mincv (#798)
Co-authored-by: ChongWei905 <weichong4@huawei.com>
1 parent 69ae862 commit 5c56e78

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ English | [中文](README_CN.md)
2727

2828
MindCV is an open-source toolbox for computer vision research and development based on [MindSpore](https://www.mindspore.cn/en). It collects a series of classic and SoTA vision models, such as ResNet and SwinTransformer, along with their pre-trained weights and training strategies. SoTA methods such as auto augmentation are also provided for performance improvement. With the decoupled module design, it is easy to apply or adapt MindCV to your own CV tasks.
2929

30-
The main branch works with **MindSpore 1.8+**, including **MindSpore 2.0🔥**.
30+
The following is the corresponding `mindcv` versions and supported `mindspore` versions.
31+
32+
| mindcv | mindspore |
33+
|:------:|:----------:|
34+
| main | master |
35+
| v0.4.0 | 2.3.0 |
36+
| 0.3.0 | 2.2.10 |
37+
| 0.2 | 2.0 |
38+
| 0.1 | 1.8 |
39+
3140

3241
### Major Features
3342

0 commit comments

Comments
 (0)