You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support resuming loss scaler for FP16 training (#1013)
Backwards Incompatible Changes
In PR #978, MultiScaleDeformableAttention has been moved to mmcv/ops/multi_scale_deform_attn.py. So the import source has been changed from mmcv.cnn.bricks.transformer to mmcv.ops.multi_scale_deform_attn. See the example of migration in open-mmlab/mmdetection#5338.
Improvements
Add segmentation keys for greater_keys in EvalHook (#1060)
Improve windows support for list_from_file() (#1043)