Skip to content

MMCV Release V1.3.17

Compare
Choose a tag to compare
@zhouzaida zhouzaida released this 11 Nov 09:18
add157c

Improvements

  • Improve the log when loading checkpoints (#1446)

Bug fixes

  • Fix the wrong weight reference in BaseTransformerLayer (#1418)
  • Sleep 2 seconds to prevent deadlock in IterBasedRunner (#1442)
  • Fix deform conv by adding an extra argument im2col_step (#1459)
  • Print a warning log if eval_res is an empty dict (#1398)
  • Rename the init parameter task to name in PaviLoggerHook (#1438)
  • Update the test data of test_tin_shift (#1426)

Docs

  • Add ops definition (#1434)
  • Fix invalid symbols in docstring (#1466)
  • Update the table of pre-built packages in README (#1433)

Notes

Since PyTorch 1.10.0 has been released and we have provided the mmcv-full pre-compiled packages for it, we no longer provide them compiled with PyTorch 1.3 & 1.4 since v1.3.17. You can find previous versions compiled with PyTorch 1.3 & 1.4 here. The compatibility is still ensured in our CI, but we will discard the support of PyTorch 1.3 & 1.4 next year.

Contributors

A total of 12 developers contributed to this release.

@grimoire @gaotongxiao @zhouzaida @ZwwWayne @teamwong111 @MeowZheng @ly015 @nbei @RangiLyu @Junjun2016 @hhaAndroid @RunningLeon