Skip to content

Releases: open-mmlab/mmengine

MMEngine Release V0.10.0

21 Nov 02:31
be48e8b

Choose a tag to compare

v0.10.0 (21/11/2023)

New Features & Enhancements

  • Support for installing mmengine without opencv by @fanqiNO1 in #1429
  • Support exclude_frozen_parameters for DeepSpeedStrategy's resume by @LZHgrla in #1424

Bug Fixes

Full Changelog: v0.9.1...v0.10.0

MMEngine Release V0.9.1

03 Nov 08:16
4678418

Choose a tag to compare

v0.9.1 (03/11/2023)

New Features & Enhancements

Bug Fixes

Docs

New Contributors

Full Changelog: v0.9.0...v0.9.1

MMEngine Release V0.9.0

10 Oct 11:02
6c5eebb

Choose a tag to compare

v0.9.0 (10/10/2023)

Highlights

New Features & Enhancements

Docs

Bug Fixes

New Contributors

Full Changelog: v0.8.4...v0.9.0

MMEngine Release V0.8.5

25 Sep 08:25

Choose a tag to compare

v0.8.5 (25/09/2023)

Bug fixes

  • Optional removal of the verify parameter in yapf, ensuring compatibility across different yapf versions by @okotaku in #1365

MMEngine Release V0.8.4

03 Aug 15:43
d9fee4f

Choose a tag to compare

v0.8.4 (03/08/2023)

New Features & Enhancements

  • Support callable collate_fn for FlexibleRunner by @LZHgrla in #1284

Bug fixes

Docs

New Contributors

Full Changelog: v0.8.3...v0.8.4

MMEngine Release V0.8.3

31 Jul 09:19
d480df7

Choose a tag to compare

v0.8.3 (31/07/2023)

Highlights

  • Support enabling efficient_conv_bn_eval for efficient convolution and batch normalization. See save memory on gpu for more details
  • Add Llama2 finetune example
  • Support multi-node distributed training with MLU backend

New Features & Enhancements

Bug fixes

Docs

New Contributors

Full Changelog: v0.8.2...v0.8.3

MMEngine Release V0.8.2

12 Jul 03:00
0549e1c

Choose a tag to compare

Bug fixes

New Contributors

Full Changelog: v0.8.1...v0.8.2

MMEngine Release V0.8.1

06 Jul 02:21
b2295a2

Choose a tag to compare

New Features & Enhancements

  • Accelerate Config.dump and support converting Lazyxxx to string in ConfigDict.to_dictby @HAOCHENYE in #1232

Bug fixes

Docs

  • Add a document to introduce how to train a large model by @zhouzaida in #1228

Full Changelog: v0.8.0...v0.8.1

MMEngine Release V0.8.0

03 Jul 12:30
317d8f3

Choose a tag to compare

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

MMEngine Release V0.7.4

03 Jun 15:54
a2e410b

Choose a tag to compare

v0.7.4 (06/03/2023)

Highlights

  • Support using ClearML to record experiment data
  • Add Sophia optimizers

New Features & Enhancements

Bug fixes

Docs

New Contributors

Full Changelog: v0.7.3...v0.7.4