-
Notifications
You must be signed in to change notification settings - Fork 234
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
Conversation
tests/test_impl/test_pruning/test_group_fisher/test_algorithm.py
Outdated
Show resolved
Hide resolved
|
||
|
||
@MODELS.register_module() | ||
def GroupFisherDeploySubModel(architecture, |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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.