Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 4.36 KB

changelog.md

File metadata and controls

57 lines (48 loc) · 4.36 KB

Changelog of v0.x

v0.2.0 (11/10/2022)

New Features & Enhancements

Docs

Bug Fixes

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

New Contributors