Skip to content

Commit

Permalink
Merge pull request #278 from plyfager/v0.7.0
Browse files Browse the repository at this point in the history
Bump version to 0.7.0
  • Loading branch information
plyfager authored Apr 2, 2022
2 parents 6b8ac42 + dc7db32 commit 5457cd5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MMGeneration is a powerful toolkit for generative models, especially for GANs no
* Mixed-precision training (FP16) for StyleGAN2 has been supported. Please check [the comparison](configs/styleganv2/README.md) between different implementations.
## Changelog

v0.6.0 was released on 07/03/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
v0.7.0 was released on 02/04/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.

## ModelZoo

Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ MMGeneration 是一个基于 PyTorch 和[MMCV](https://github.com/open-mmlab/mmc
* 混合精度训练已经在 `StyleGAN2` 中进行了初步支持,请到[这里](configs/styleganv2/README.md)查看各种实现方式的详细比较。
## 更新日志

v0.6.0 在 07/03/2022 发布。 关于细节和发布历史,请参考 [changelog.md](docs/zh_cn/changelog.md)
v0.7.0 在 02/04/2022 发布。 关于细节和发布历史,请参考 [changelog.md](docs/zh_cn/changelog.md)

## 模型库

Expand Down
19 changes: 19 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,22 @@
- Fix bug in non-distributed training/testing (#239)
- Fix typos and invalid links (#221, #226, #228, #244, #249)
- Add part of Chinese documentation (#250, #257)


## v0.7.0 (02/04/2022)

#### Highlights

- Support training of StyleGANv3 (#275, #277)
- Support adaptive discriminator augmentation (#276)

#### New Features

- Support passing training arguments in static unconditional gan (#275)
- Support dynamic EMA, now you can define momentum updating policy (#261)
- Add multi machine distribute train (#267)

#### Fix bugs and Improvements
- Add brief installation steps in README (#270)
- Support random seed for distributed sampler (#271)
- Use hyphen for command line args in apps (#273)
2 changes: 1 addition & 1 deletion mmgen/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
__version__ = '0.6.0'
__version__ = '0.7.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit 5457cd5

Please sign in to comment.