Found 159 repositories(showing 30)
666DZY666
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-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
Lam1360
在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
tanluren
yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
ethanhe42
Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
Eric-mingjie
Network Slimming (Pytorch) (ICCV 2017)
mit-han-lab
[ECCV 2018] AMC: AutoML for Model Compression and Acceleration on Mobile Devices
liuzechun
MetaPruning: Meta Learning for Automatic Neural Network Channel Pruning. In ICCV 2019.
chenzhi1992
Use TensorRT API to implement Caffe-SSD, SSD(channel pruning), Mobilenet-SSD
youzhonghui
Code for the NuerIPS'19 paper "Gate Decorator: Global Filter Pruning Method for Accelerating Deep Convolutional Neural Networks"
SCUT-AILab
Code for “Discrimination-aware-Channel-Pruning-for-Deep-Neural-Networks”
synxlin
A Pytorch implementation of Neural Network Compression (pruning, deep compression, channel pruning)
lmbxmu
Pytorch implementation of our paper accepted by IJCAI 2020 -- Channel Pruning via Automatic Structure Search
enyac-group
CNN channel pruning, LeGR, MorphNet, AMC. Codebase for paper "LeGR: Filter Pruning via Learned Global Ranking"
deep-fry
Mayo: Auto-generation of hardware-friendly deep neural networks. Dynamic Channel Pruning: Feature Boosting and Suppression.
apxlwl
MNN demo of Strongeryolo, including channel pruning, android support...
jack-willturner
Rethinking the Smaller-Norm-Less-Informative Assumption in Channel Pruning of Convolution Layers https://arxiv.org/abs/1802.00124
cornell-zhang
Conditional channel- and precision-pruning on neural networks
yusx-swapp
GNN-RL Compression: Topology-Aware Network Pruning using Multi-stage Graph Embedding and Reinforcement Learning
isthatyoung
An implementation of Channel Pruning on face recognition algorithm Sphereface.
Eclipsess
Code for CHIP: CHannel Independence-based Pruning for Compact Neural Networks (NeruIPS 2021).
vvhj
APRCP HRNet: Adaptive Pruning Rate Channel Pruning for HRNet Applied to 2D Human Pose Estimation
Source code for ECCV 2022 Poster: Data-free Backdoor Removal based on Channel Lipschitzness
violet17
No description available
MedicineStick
A C++ project for performing CNN channel pruning.
zzzxxxttt
Pytorch implementation of channel pruning and AMC
chumingqian
In this repository using the sparse training, group channel pruning and knowledge distilling for YOLOV4,
Cydia2018
provide some new architecture, channel pruning and quantization methods for yolov5
bobye
Tensorflow codes for "Rethinking the Smaller-Norm-Less-Informative Assumption in Channel Pruning of Convolution Layers"
jiwoogit
[CVPR 2024] Diversity-aware Channel Pruning for StyleGAN Compression
lab-emi
CleanUMamba: A Compact Mamba Network for Speech Denoising using Channel Pruning [Official PyTorch implementation]