Skip to content

MMCV Release V1.1.4

Compare
Choose a tag to compare
@hellock hellock released this 28 Sep 16:19
· 830 commits to master since this release
9141d91

New Features

  • Add a RUNNERS registry and build_runner method. (#570)
  • Support to specify LR of DCN's conv_offset. (#344)

Improvements

  • merge the calling of train/val_step and batch_processor into run_iter (#553)
  • Add the missing by_epoch arg for MlflowLoggerHook and WandbLoggerHook. (#576)
  • Add aligned=True for torchvision roi_align. (#581)
  • Adopt the new URL https://download.openmmlab.com. (#583)
  • Register deconv in CONV_LAYERS. (#582)
  • Log grad norm in fp16 optimizer hook. (#584)

Bug Fixes

  • Fix fp16_optimizer state bug. (#580)
  • Fix the pytorch version comparison in op wrappers. (#572)