Skip to content

MMSelfSup Release v1.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fangyixiao18 fangyixiao18 released this 01 Sep 02:53
· 123 commits to 1.x since this release
0c30969

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 for details and migration instructions.

Highlight

  • Based on MMEngine and MMCV.
  • Released with refactor.
    • Datasets
    • Models
    • Config
    • ...
  • Refine all documents.

New Features

  • Add SelfSupDataSample to unify the components' interface.
  • Add SelfSupVisualizer for visualization.
  • Add SelfSupDataPreprocessor for data preprocess in model.

Improvements

  • Most algorithms now support non-distributed training.
  • Change the interface of different data augmentation transforms to dict.
  • Run classification downstream task with MMClassification.

Docs

  • Refine all documents and reorganize the directory.
  • Add concepts for different components.