Skip to content

MMRazor v0.3.1 Released

Compare
Choose a tag to compare
@pppppM pppppM released this 04 May 17:20
2dad240

Features

  • Support different dataloader in using different settings (#141)

Bug Fixes

  • Fixed the inconsistent results of broadcast_object_list on multiple machines (#153 )
  • Fixed the bug that the NAS model cannot be searched in non-distributed mode (#153)
  • Fixed the bug that tools/mmseg/train_mmseg.py cannot train properly (#152)
  • Fixed the bug that models containing GroupNorm or InstanceNorm cannot be pruned (#144)

Improvements

  • Add default mutable_cfg, channel_cfg and teacher_checkpoint in configs to reduce the use of cfg-options (#149)

Documents

  • Fixed broken links in readthedocs (#142)