rethinking-network-pruning icon indicating copy to clipboard operation
rethinking-network-pruning copied to clipboard

prune mobilenetv2

Open CF2220160244 opened this issue 6 years ago • 8 comments

hello, @liuzhuang13 @Eric-mingjie ,have you ever do the pruning of mobilenetV2? I try to prune mobilenetV2 with several methods, it seems hard to train the pruned model to convergence in imagenet.

CF2220160244 avatar Dec 24 '18 02:12 CF2220160244

@CF2220160244 Could you share the code (for pruning and training from scratch) and concrete results, so we can look into possible reasons?

liuzhuang13 avatar Dec 24 '18 05:12 liuzhuang13

oh, i did not use the algorithms in your rethinking-network-pruning implement, training the unpruned mobilenetv2 need more epoches than common backbone network. training the pruned mobilenetV2 also need more epoches.

CF2220160244 avatar Dec 25 '18 01:12 CF2220160244

hello, @liuzhuang13 @Eric-mingjie ,have you ever do the pruning of mobilenetV2? I try to prune mobilenetV2 with several methods, it seems hard to train the pruned model to convergence in imagenet.

Hello , I am trying to pruning MobileNetV2,but I cannot find any information or papers,so I want to know ,what is the effect of the pruning, is it feasible, does the accuracy make a big difference?

luluvi avatar May 16 '19 08:05 luluvi

@luluvi Sorry but we don't have much experience on mobilenet pruning.

liuzhuang13 avatar May 19 '19 09:05 liuzhuang13

@CF2220160244 @luluvi Hi~You can check the code here. I will finish the introduction of how to prune MobilenetV2 when I have time.

eezywu avatar Jul 08 '19 03:07 eezywu

Thank's a lot for charing, did you try on the imagnet dataset? The link seems not to specify the dataset and I would be interested to find results for channel pruning of MobilnetV2 on imagenet.

mstoye avatar Aug 14 '19 16:08 mstoye

@CF2220160244 @luluvi Hi, I apply the network-slimming approach on mobilenetv2 MobileNet-v2-pruning. The code is in pytorch and organized like this project. I hope this could help.

apxlwl avatar Nov 15 '19 07:11 apxlwl

@wlguan Hi , how much does the inference time decrease after your pruning ? any statistics ?

leoluopy avatar Mar 23 '21 08:03 leoluopy