Skip to content

Commit

Permalink
Bump version to v0.6.0 (#954)
Browse files Browse the repository at this point in the history
* update version

* Update change log

* Fix as comment

* Add link to username

* Refine

* Adjust highlight sequence

* Fix as comment

* Fix error format in changelog

* delete chinese changelog

* remove link

* Adjust highlight sequence
  • Loading branch information
HAOCHENYE authored Feb 24, 2023
1 parent 7e1b273 commit 6a56ca7
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 423 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,16 @@ Major features:

## What's New

v0.5.0 was released in 2023-01-20.
v0.6.0 was released on 2023-02-24.

Highlights:

- Add `BaseInferencer` to provide a general inference interface
- Provide `ReduceOnPlateauParamScheduler` to adjust learning rate by metric
- Deprecate support for Python3.6
- Support `Apex` with `ApexOptimWrapper`
- Support analyzing model complexity
- Add `Lion` optimizer
- Support using environment variables in the config file

Read [Changelog](./docs/en/notes/changelog.md#v050-01202023) for more details.
Read [Changelog](./docs/en/notes/changelog.md#v060-02242023) for more details.

## Installation

Expand Down
11 changes: 6 additions & 5 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ MMEngine 是一个基于 PyTorch 实现的,用于训练深度学习模型的

## 最近进展

最新版本 v0.5.0 在 2023.01.20 发布。
最新版本 v0.6.0 在 2023.02.24 发布。

亮点:

- 新增 `BaseInferencer` 以提供通用的推理接口
- 新增 `ReduceOnPlateauParamScheduler` 以实现根据 metric 变化自动调整学习率或动量
- MMEngine 不再维护对 Python3.6 的支持
- 新增 `ApexOptimWrapper` 支持 `Apex` 的混合精度训练功能
- 支持计算模型复杂度
- 新增 Lion 优化器
- 支持在配置文件使用环境变量

如果想了解更多版本更新细节和历史信息,请阅读[更新日志](./docs/en/notes/changelog.md#v050-01202023)
如果想了解更多版本更新细节和历史信息,请阅读[更新日志](./docs/en/notes/changelog.md#v060-02242023)

## 安装

Expand Down
Loading

0 comments on commit 6a56ca7

Please sign in to comment.