Skip to content

MMCV V1.0.5 Release

Compare
Choose a tag to compare
@hellock hellock released this 03 Aug 15:12
· 907 commits to master since this release
045629c

New Features

  • Add EMAHook.
  • Add get_git_hash() to get the commit id for a git repo.

Bug Fixes

  • Fix ONNX symbolic for parrots.
  • Fix SyncBuffersHook on single GPU training.
  • Import Fp16OptimizerHook to mmcv.Runner.
  • Fix regex on windows.