Stars
ShuffleNet in PyTorch. Based on https://arxiv.org/abs/1707.01083
Implementation of Neuron-level Structured Pruning using Polarization Regularizer
Iterative structured filter pruning for CNN kernels by l1-norm. Implemented with MultiStep learning rate method.
Rethinking the Value of Network Pruning (Pytorch) (ICLR 2019)
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-…
My repo with ResNet20 implementation and filter-level pruning experiments
A reproduction of PRUNING FILTERS FOR EFFICIENT CONVNETS
This repo contains implementation of pruning ResNet and DenseNet for the efficient person re-ID problem.
Unofficial Pytorch implementation of Deep Compression in CIFAR10