Eric-mingjie / network-slimming

Network Slimming (Pytorch) (ICCV 2017)
MIT License
907 stars 214 forks source link

关于thersh #70

Closed L0-zhang closed 3 years ago

L0-zhang commented 3 years ago

Hello,Phd Sun. Have you met the condition some layer would be pruned wholly when all the related BN values are lower than the threshold? Is there some method given to deal with it? Thank you,

Eric-mingjie commented 3 years ago

Yeah, in that case, for VGG style network, there is nothing you can do except reduce the prune ratio. For ResNet and DenseNet style network, you can use mask-implementation but it does not reduce the actual network size.

L0-zhang commented 3 years ago

l

OK.Get it.