Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GroupFisher pruning algorithm. #459

Merged
merged 43 commits into from
Feb 20, 2023
Merged

Add GroupFisher pruning algorithm. #459

merged 43 commits into from
Feb 20, 2023

Conversation

LKJacky
Copy link
Collaborator

@LKJacky LKJacky commented Feb 15, 2023

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Add GroupFisher pruning algorithm.

mmrazor/impl/__init__.py Outdated Show resolved Hide resolved
configs/pruning/mmdet/group_fisher/README.md Outdated Show resolved Hide resolved
mmrazor/impl/pruning/group_fisher/algorithm.py Outdated Show resolved Hide resolved


@MODELS.register_module()
def GroupFisherDeploySubModel(architecture,
Copy link
Contributor

@wilxy wilxy Feb 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest adding examples of the use of GroupFisherDeploySubModel and GroupFisherSubModel in README.
Currently, users can only learn how to use them through test cases (TestPruneDeploySubModel and TestPruneSubModel), which is not user-friendly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will solve this problem when writing documents.

@pppppM pppppM merged commit 7acc046 into open-mmlab:dev-1.x Feb 20, 2023
@LKJacky LKJacky deleted the pr2 branch February 20, 2023 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants