Skip to content

MMClassification Release V1.0.0rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mzr1996 mzr1996 released this 06 Dec 10:07
· 65 commits to master since this release

Highlights

  • New API to get pre-defined models of MMClassification. See #1236 for more details.
  • Refactor BEiT backbone and support v1/v2 inference. See #1144.

New Features

  • Support getting models from the name defined in the model-index file. (#1236)

Improvements

  • Support evaluation on both EMA and non-EMA models. (#1204)
  • Refactor BEiT backbone and support v1/v2 inference. (#1144)

Bug Fixes

  • Fix reparameterize_model.py doesn't save meta info. (#1221)
  • Fix dict update in BEiT. (#1234)

Docs Update

  • Update install tutorial. (#1223)
  • Update MobileNetv2 & MobileNetv3 readme. (#1222)
  • Add version selection in the banner. (#1217)

Contributors

A total of 4 developers contributed to this release.

@techmonsterwang @mzr1996 @fangyixiao18 @kitecats