Skip to content

MMCV Release V1.2.6

Compare
Choose a tag to compare
@ycxioooong ycxioooong released this 21 Jan 06:37
9e601ca

New Features

  • Add custom operator support for TensorRT. (#786)
  • Allow register multi-name for a module simultaneously. (#775)
  • Support load checkpoint from ceph. (#778)
  • Add common testing functions to OpenMMLab repos. (#743)
  • Add ScatterND TensorRT Plugin. (#786)

Improvements

  • Set installation of onnx simplify's related packages to optional. (#799)
  • Add torch.no_grad() decorator to the whole val workflow. (#777)
  • Add dataset classes name info to meta when saving checkpoints. (#776)
  • Support not to register lr scheduler hook. (#774)

Bug Fixes

  • Fix copy source file path for Windows. (#796)