Skip to content

Releases: open-mmlab/mmengine

MMEngine Release V0.2.0

11 Oct 15:15
13484aa

Choose a tag to compare

Highlights

  • Refactor FileIO to provide a more unified interface without BC breaking.
  • Add SMDDP backend and support running on AWS.
  • Add the base model for test time augmentation.
  • Support converting BN to SyncBN during distributed data-parallel training.

New Features & Enhancements

Bug Fixes

  • Fix LogProcessor does not smooth loss if the name of loss doesn't start with loss by @liuyanyi in
    #539
  • Fix failed to enable detect_anomalous_params in MMSeparateDistributedDataParallel by @HAOCHENYE in #588
  • Fix CheckpointHook behavior unexpected if given filename_tmpl argument by @C1rN09 in #518
  • Fix error argument sequence in FSDP by @HAOCHENYE in #520
  • Fix uploading image in wandb backend @okotaku in #510
  • Fix loading state dictionary in EMAHook by @okotaku in #507
  • Fix circle import in EMAHook by @HAOCHENYE in #523
  • Fix unit test could fail caused by MultiProcessTestCase by @HAOCHENYE in #535
  • Remove unnecessary "if statement" in Registry by @MambaWong in #536
  • Fix _save_to_state_dict by @HAOCHENYE in #542
  • Support comparing NumPy array dataset meta in Runner.resume by @HAOCHENYE in #511
  • Use get instead of pop to dump runner_type in build_runner_from_cfg by @nijkah in #549
  • Upgrade pre-commit hooks by @zhouzaida in #576
  • Delete the error comment in registry.md by @vansin in #514
  • Fix Some out-of-date unit tests by @C1rN09 in #586
  • Fix typo in MMFullyShardedDataParallel by @yhna940 in #569
  • Update Github Action CI and CircleCI by @zhouzaida in #512
  • Fix unit test in windows by @HAOCHENYE in #515
  • Fix merge ci & multiprocessing unit test by @HAOCHENYE in #529

Docs

Contributors

A total of 15 developers contributed to this release.
Thanks @nijkah @austinmw @okotaku @cxiang26 @yhna940 @liuyanyi @MambaWong @Zhengfei-0311 @Dai-Wenxun @vansin @C1rN09 @MengzhangLI @zhouzaida @HAOCHENYE @RangiLyu

New Contributors

Full Changelog: v0.1.0...v0.2.0

MMEngine Release V0.1.0

01 Sep 03:43
ba1c368

Choose a tag to compare

The release note is coming soon.