2 Commits

Author SHA1 Message Date
LKJacky
9446b301a3
Inhence groupfisher (#474)
* update

* update

* add pose

* update

* fix bug in mmpose demo input

* add dist

* add config

* update

* update for deploy

* fix bug

* remove dist and make no positional warn only once

* fix bug

* update

* fix for ci

* update readme

---------

Co-authored-by: liukai <your_email@abc.example>
2023-03-09 16:34:28 +08:00
LKJacky
7acc046678
Add GroupFisher pruning algorithm. (#459)
* init

* support expand dwconv

* add tools

* init

* add import

* add configs

* add ut and fix bug

* update

* update finetune config

* update impl imports

* add deploy configs and result

* add _train_step

* detla_type -> normalization_type

* change img link

* add prune to config

* add json dump when GroupFisherSubModel init

* update prune config

* update finetune config

* update deploy config

* update prune config

* update readme

* mutable_cfg -> fix_subnet

* update readme

* impl -> implementations

* update script.sh

* rm gen_fake_cfg

* add Implementation to readme

* update docstring

* add finetune_lr to config

* update readme

* fix error in config

* update links

* update configs

* refine

* fix spell error

* add test to readme

* update README

* update readme

* update readme

* update cite format

* fix for ci

* update to pass ci

* update readme

---------

Co-authored-by: liukai <your_email@abc.example>
Co-authored-by: Your Name <you@example.com>
2023-02-20 14:29:42 +08:00