qfgaohao / pytorch-ssd

MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
https://medium.com/@smallfishbigsea/understand-ssd-and-implement-your-own-caa3232cd6ad
MIT License
1.39k stars 529 forks source link

how to run prune_alexnet.py #152

Open ynjiun opened 3 years ago

ynjiun commented 3 years ago

Could anyone give an example command line on how to run prune_alexnet.py?

Can we use prune_alexnet.py to extend to prune_sq_ssd_lite.py to prune sq_ssd_lite?

What is a typical after pruning performance (speed) gain? 10%? 100%?

Thank you for your help.