Skip to content

MMEngine Release V0.6.0

Compare
Choose a tag to compare
@HAOCHENYE HAOCHENYE released this 24 Feb 06:54
· 274 commits to main since this release
6a56ca7

v0.6.0 (02/24/2023)

Highlights

  • Support Apex with ApexOptimWrapper
  • Support analyzing model complexity.
  • Add Lion optimizer.
  • Support using environment variable in the config file.

New Features & Enhancements

Bug fixes

  • Backend_args should not be modified by get_file_backend by @zhouzaida in #897
  • Support update np.ScalarType data in message_hub by @HAOCHENYE in #898
  • Support rendering Chinese character in Visualizer by @KevinNuNu in #887
  • Support Apex with ApexOptimWrapper by @xcnick in #742
  • Fix the bug of DefaultOptimWrapperConstructor when the shared parameters do not require the grad by @HIT-cwh in #903
  • Support model complexity computation by @tonysy in #779

Docs

New Contributors

Full Changelog: v0.5.0...v0.6.0