-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat] Adding PruningCallback (#5618)
* wip * add pruning callback * add condition for duplicated weights * update on comments * update on comments * update on comments * add more tests * resolve flake8 * resolve on comments * update changelog * update on comments * update on comments * change order * remove ddp_spawn skip * update * typo * Update pytorch_lightning/callbacks/pruning.py Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * Update pytorch_lightning/callbacks/pruning.py Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> * update on comments * forgot platform * update on comments * remove @rank_zero_only Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7e2e874
commit d0aaf98
Showing
9 changed files
with
631 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.