Releases: open-mmlab/mmcv
Releases · open-mmlab/mmcv
MMCV V1.1.0 Release
New Features
- Add ONNX support for adaptive average pooling
- Add TINShift op (used in MMAction2)
- Add DepthwiseSeparableConvModule
- Support PyTorch 1.6
Improvements
- Allow log_config to be None when registering logger hooks
- Support unserializable values for JsonHandler
- Add a trouble shooting page for common issues related to installation and usage
- Change the model url from AWS to Aliyun
- Close the config file after opening to avoid warnings
Bug fixes
- Fix MMDataParallel in CPU mode
- Fix the val mode in logging
- Fix the API incompatibility of SAConv in PyTorch 1.6
- Fix PaviLoggerHook
- Fix the local rank when using slurm
- Fix the
set_epoch()
for customized BatchSampler - Fix the parameter order mismatch of SyncBN
- Fix the logger config for IterBaseRunner
- Fix the typo for yaml file extension check in Config
MMCV V1.0.5 Release
New Features
- Add
EMAHook
. - Add
get_git_hash()
to get the commit id for a git repo.
Bug Fixes
- Fix ONNX symbolic for parrots.
- Fix
SyncBuffersHook
on single GPU training. - Import
Fp16OptimizerHook
tommcv.Runner
. - Fix regex on windows.