Skip to content

MMEngine Release V0.8.0

Compare
Choose a tag to compare
@HAOCHENYE HAOCHENYE released this 03 Jul 12:30
· 136 commits to main since this release
317d8f3

v0.8.0 (07/03/2023)

Highlights

  • Support training with FSDP and DeepSpeed. Refer to the example for more detailed usages.

  • Introduce the pure Python style configuration file:

    • Support navigating to base configuration file in IDE
    • Support navigating to base variable in IDE
    • Support navigating to source code of class in IDE
    • Support inheriting two configuration files containing the same field
    • Load the configuration file without other third-party requirements

    Refer to the tutorial for more detailed usages.

    new-config-en

New Features & Enhancements

Bug fixes

  • CheckpointHook should check whether file exists before removing it by @zhouzaida in #1198
  • Fix undefined variable error in Runner by @HAOCHENYE in #1219

Docs

New Contributors

Full Changelog: v0.7.4...v0.8.0