Skip to content

MMEngine Release V0.7.0

Compare
Choose a tag to compare
@HAOCHENYE HAOCHENYE released this 16 Mar 13:30
· 247 commits to main since this release
ef4c68d

v0.7.0 (03/16/2023)

Highlights

  • Support PyTorch 2.0! Accelerate training by compiling models. See the tutorial Model Compilation for details
  • Add EarlyStoppingHook to stop training when the metric does not improve

New Features & Enhancements

  • Add configurations to support torch.compile in Runner by @C1rN09 in #976
  • Support EarlyStoppingHook by @nijkah in #739
  • Disable duplicated warning during distributed training by @HAOCHENYE in #961
  • Add FUNCTIONS root Registry by @HAOCHENYE in #983
  • Save the "memory" field to visualization backends by @enkilee in #974
  • Enable bf16 in AmpOptimWrapper by @C1rN09 in #960
  • Support writing data to vis_backend with prefix by @HAOCHENYE in #972
  • Support exporting logs of different ranks in debug mode by @HAOCHENYE in #968
  • Silence error when ManagerMixin built instance with duplicate name. by @HAOCHENYE in #990

Bug fixes

Docs

New Contributors

Full Changelog: v0.6.0...v0.7.0