LKJacky

Results 10 comments of LKJacky

Please use "Fxtracer" to replace "BackwardTracer". We cannot maintain BackwardTracer anymore.

It's hard to support mmrotate models for openmmlab1.0. Now, we released a branch named **exp_pruning** based on openmmlab 2.0. It supports pruning mmrotate models. Welcome to use this branch. And...

@the-bigE It may be a spell error which is 'mmrotate', rather than 'mmroate'.

Please refer to [link](https://github.com/open-mmlab/mmrazor/blob/main/configs/pruning/base/group_fisher/README.md), where we provide several configs to prune classification and detection models

Please show your versions of mmpose, mmrazor and so on. It seems you are using latest mmpose which may be not supported by mmrazor.

Yes, we support segmentation models. MMRazor works as a model wrapper so that any model can be compressed with MMRazor. We list some examples for you below. Distillation [mmrazor/configs/distill/mmseg/cwd at...

MMRazor can prune the whole detection model directly. Please refer to https://github.com/open-mmlab/mmrazor/tree/main/configs/pruning/base/group_fisher, where including an example for mmdet.

configs/pruning/mmdet/dcff/dcff_faster_rcnn_resnet50_fpn.py is not a valid config for training. Please try python tools/pruning/get_channel_units.py configs/pruning/mmdet/dcff/dcff_faster_rcnn_resnet50_8xb4_coco.py -c -i --output-path=./resnet_det.json.

@pppppM I provide three answers for the proposed problems above. 1. It's indeed a problem. I am considering refactoring L1MutableChannelUnit and SequentialMutableChannelUnit. 2. We can implement a pruning algorithm without...

We are sorry, we don't test MMRazor on any mmdet3d model. In theory, MMRazor can be applied to any model. Please try to prune a mmdet3d model following our [docs](https://github.com/open-mmlab/mmrazor/blob/main/docs/en/user_guides/pruning_user_guide.md)....