MMCV Release V1.3.10
New Features
- Register CrissCrossAttention into plugin layers (#1189)
- Support custom hooks in IterBasedRunner (#1193)
- Add ONNX export support to torch.roll (#1194)
- Add
flat cosine lr updater
(#1066) - Add
logger for initialization of parameters
(#1150)
Improvements
- Add
is_tracing
to wrap torch.jit.is_tracing in different versions of pytorch #1187 - Revise the interface of
upfirdn2d
function (#1195) - Improve digit_version (#1185)
- Add TERMINOLOGY.md (#895)
Bug Fixes
- Fix potential integer overflow in imequalize (#1198)
- Fix floor/ceil error in deform_attn for windows (#1037)
- Resolves the duplicate logs issue (#1164)
- Fix example (#1074)
- Prevent kernel_normalizer to change mask dtype (#1210)
Notes
Since PyTorch 1.9 has been released, we plan to end the support for PyTorch 1.3 and 1.4 in the future releases. We will still provide pre-compiled packages of these two versions for three months, but the reliability and technical support are not guaranteed.
Contributors
A total of 19 developers contributed to this release.
@yeliudev, @007gzs, @wangg12, @qizhuli, @ddonatien, @mzr1996, @Junjun2016, @grimoire, @nbei, @dreamerlin, @jshilong, @kennymckormick, @zhouzaida, @ZwwWayne, @hellock, @MeowZheng, @innerlee, @xvjiarui, @RunningLeon