network-slimming and slimming

These are competing implementations of the same paper's method—both reproduce the ICCV 2017 Network Slimming approach for channel pruning via batch normalization scaling, so practitioners would typically choose one based on code quality or community activity rather than use both.

network-slimming
51
Established
slimming
46
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 25/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 20/25
Stars: 919
Forks: 217
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 576
Forks: 75
Downloads:
Commits (30d): 0
Language: Lua
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About network-slimming

Eric-mingjie/network-slimming

Network Slimming (Pytorch) (ICCV 2017)

This project helps machine learning engineers and researchers make their image classification models smaller and faster without losing accuracy. You provide an existing convolutional neural network (like VGG, ResNet, or DenseNet) trained on image datasets such as CIFAR-10 or CIFAR-100. The output is a significantly more compact version of your model that retains high classification performance, making it more efficient for deployment.

deep-learning-optimization image-classification model-compression neural-network-efficiency computer-vision

About slimming

liuzhuang13/slimming

Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.

This project helps machine learning engineers or researchers optimize deep learning models for deployment. It takes a pre-trained convolutional neural network and reduces its size and computational requirements. The output is a smaller, more efficient model that maintains the original accuracy, ideal for environments with limited resources.

deep-learning model-optimization edge-ai computer-vision neural-networks

Scores updated daily from GitHub, PyPI, and npm data. How scores work