Skip to content

Commit

Permalink
bump version to 0.2.1 (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
geniuspatrick authored Jun 2, 2023
1 parent 784fba4 commit 59a7cf3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,19 +292,9 @@ Please see [configs](./configs) for the details about model performance and pret
## What is New
- 2023/5/30
1. New Models:
- AMP(O2) version of [VGG](configs/vgg)
- [GhostNet](configs/ghostnet)
- AMP(O3) version of [MobileNetV2](configs/mobilenetv2) and [MobileNetV3](configs/mobilenetv3)
- (x,y)_(200,400,600,800)mf of [RegNet](configs/regnet)
- b1g2, b1g4 & b2g4 of [RepVGG](configs/repvgg)
- 0.5 of [MnasNet](configs/mnasnet)
- b3 & b4 of [PVTv2](configs/pvt_v2)
2. New Features:
- 3-Augment, Augmix, TrivialAugmentWide
3. Bug Fixes:
- ViT pooling mode
- 2023/6/2
1. New version: `0.2.1` is released!
2. New [documents](https://mindspore-lab.github.io/mindcv/) is online!
See [RELEASE](RELEASE.md) for detailed history.
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ python train.py --model=resnet50 --dataset=cifar10 \

## 更新

- 2023/6/2
1. 新版本:`0.2.1` 发布
2. 新[文档](https://mindspore-lab.github.io/mindcv/zh/)上线

- 2023/5/30
1. 新模型:
- [VGG](configs/vgg)混合精度(O2)版本
Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Note

## 0.2.1

- 2023/6/2
1. New version: `0.2.1` is released!
2. New [documents](https://mindspore-lab.github.io/mindcv/) is online!

- 2023/5/30
1. New Models:
- AMP(O2) version of [VGG](configs/vgg)
Expand Down
2 changes: 1 addition & 1 deletion mindcv/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""version init"""
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 59a7cf3

Please sign in to comment.