Skip to content

Commit

Permalink
docs: add version map between mindspore and mincv (#797)
Browse files Browse the repository at this point in the history
Co-authored-by: ChongWei905 <weichong4@huawei.com>
  • Loading branch information
ChongWei905 and ChongWei905 authored Jul 22, 2024
1 parent 1132cd0 commit d0eaa0f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ English | [中文](README_CN.md)

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.

The main branch works with **MindSpore 1.8+**, including **MindSpore 2.0🔥**.
The following is the corresponding `mindcv` versions and supported `mindspore` versions.

| mindcv | mindspore |
|:------:|:----------:|
| main | master |
| v0.4.0 | 2.3.0 |
| 0.3.0 | 2.2.10 |
| 0.2 | 2.0 |
| 0.1 | 1.8 |


### Major Features

Expand Down

0 comments on commit d0eaa0f

Please sign in to comment.