Skip to content

MMRazor v0.3.0 Released

Compare
Choose a tag to compare
@pppppM pppppM released this 02 Apr 11:46
e4e9513

Features

  • Support MMDeploy(#102)
  • Support Relational Knowledge Distillation(CVPR 2019)(#127)
  • Support different seeds on different ranks when distributed training(#113)
  • StructurePruner supports trace models which contain Dilated Conv2d, such as YOLOF(#113)
  • StructurePruner supports trace models which contain share modules, such as RetinaNet(#113)

Bug Fixes

  • Fix the bug that the pruner can't trace shared modules rightly(#113)
  • Fix the bug that the pruner can't trace modules whose requires_grad is False (#113 )
  • Fix the bug that the pruner will affect the statistic of BatachNorm(#81 )

Improvements

  • Update distributed train tools to support training with multi nodes(#114 )
  • Sync mmdet and mmcls latest version of apis(#115)

Documents

  • Add brief installation steps in README(#121 )
  • Add real examples in GET_STARTED related docs(#133 )