You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
These makes me confused, does AMCPruner support network structures other than 'mobilenet' and 'mobilenetv2' currently?
If yes, can I use it in more other network structures, or is there any restrictions of net when using the amc pruner?
If not, is the share index for residual connection here limits the expansion of the model? or is there any other restrictions?
Hi!
Does AMCPruner only support 'mobilenet' and 'mobilenetv2' currently? Some comments in the code are confusing:
nni/nni/algorithms/compression/pytorch/pruning/amc/channel_pruning_env.py
Line 88 in 6098314
#2876
and seems it already support resnet?
nni/examples/model_compress/pruning/amc/amc_train.py
Line 16 in 6098314
These makes me confused, does AMCPruner support network structures other than 'mobilenet' and 'mobilenetv2' currently?
If yes, can I use it in more other network structures, or is there any restrictions of net when using the amc pruner?
If not, is the share index for residual connection here limits the expansion of the model? or is there any other restrictions?
nni/nni/algorithms/compression/pytorch/pruning/amc/channel_pruning_env.py
Line 387 in 6098314
Thanks~
The text was updated successfully, but these errors were encountered: