commit
0c30969d6f
|
@ -65,7 +65,7 @@ The master branch works with **PyTorch 1.6** or higher.
|
|||
|
||||
## What's New
|
||||
|
||||
MMSelfSup **v1.0.0rc0** was released in 01/09/2022.
|
||||
MMSelfSup **v1.0.0rc1** was released in 01/09/2022.
|
||||
|
||||
- Based on MMEngine and MMCV.
|
||||
- Released with refactor.
|
||||
|
|
|
@ -65,7 +65,7 @@ MMSelfSup 是一个基于 PyTorch 实现的开源自监督表征学习工具箱
|
|||
|
||||
## 更新
|
||||
|
||||
最新的 **v1.0.0rc0** 版本已经在 2022.09.01 发布。
|
||||
最新的 **v1.0.0rc1** 版本已经在 2022.09.01 发布。
|
||||
|
||||
新版本亮点:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ according to the [install tutorial](./get_started.md). Three important packages
|
|||
2. [MMCV](https://github.com/open-mmlab/mmcv): The computer vision package of OpenMMLab. This is not a new
|
||||
dependency, but you need to upgrade it to above `2.0.0rc1` version.
|
||||
3. [MMClassification](https://github.com/open-mmlab/mmcv): The image classification package of OpenMMLab. This is not a new
|
||||
dependency, but you need to upgrade it to above `2.0.0rc0` version.
|
||||
dependency, but you need to upgrade it to above `1.0.0rc0` version.
|
||||
|
||||
## Config
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
## MMSelfSup
|
||||
|
||||
### v1.0.0rc0 (01/09/2022)
|
||||
### v1.0.0rc1 (01/09/2022)
|
||||
|
||||
We are excited to announce the release of MMSelfSup v1.0.0rc0.
|
||||
MMSelfSup v1.0.0rc0 is the first version of MMSelfSup 1.x, a part of the OpenMMLab 2.x projects.
|
||||
We are excited to announce the release of MMSelfSup v1.0.0rc1.
|
||||
MMSelfSup v1.0.0rc1 is the first version of MMSelfSup 1.x, a part of the OpenMMLab 2.0 projects.
|
||||
The `master` branch is still 0.x version and we will checkout a new `1.x` branch to release 1.x version. The two versions will be maintained simultaneously in the future.
|
||||
|
||||
We briefly list the major breaking changes here. Please refer to the [migration guide](../migration.md) for details and migration instructions.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) Open-MMLab. All rights reserved.
|
||||
|
||||
__version__ = '1.0.0rc0'
|
||||
__version__ = '1.0.0rc1'
|
||||
|
||||
|
||||
def parse_version_info(version_str):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
attrs
|
||||
future
|
||||
matplotlib
|
||||
mmcls>=2.0.0rc0
|
||||
mmcls>=1.0.0rc0
|
||||
numpy
|
||||
packaging
|
||||
scikit-learn
|
||||
|
|
Loading…
Reference in New Issue