Skip to content

MMCV Release V1.2.0

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 09 Nov 05:11
· 805 commits to master since this release
1d5678c

New Features

  • Support PyTorch 1.7. (#631)
  • Add dynamic scale that manages loss scaling in mixed precision training. (#585)

Improvements

  • Add hook message for checkpoint hook (#635)

Bug Fixes

  • Fix bug in logger hooks. (#634, #637)
  • Update lr_updater to correct period index computation. (#574)
  • Fix missing arguments when converting DCN to ONNX. (#624)