Repository navigation

#

pruning

《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases

Jupyter Notebook
14979
17 天前

Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller

Jupyter Notebook
4389
2 年前
Python
2979
8 天前

A curated list of neural network pruning resources.

2437
1 年前

SOTA low-bit LLM quantization (INT8/FP8/INT4/FP4/NF4) & sparsity; leading model compression techniques on TensorFlow, PyTorch, and ONNX Runtime

Python
2378
2 天前

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.

Python
2281
1 天前

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

Python
2242
4 天前

PaddleSlim is an open-source library for deep model compression and architecture search.

Python
1589
5 个月前

A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.

Python
1530
2 个月前
Jupyter Notebook
1261
5 个月前

[NeurIPS 2023] LLM-Pruner: On the Structural Pruning of Large Language Models. Support Llama-3/3.1, Llama-2, LLaMA, BLOOM, Vicuna, Baichuan, TinyLlama, etc.

Python
1000
6 个月前

PyTorch Implementation of [1611.06440] Pruning Convolutional Neural Networks for Resource Efficient Inference

Python
879
6 年前

mobilev2-yolov5s剪枝、蒸馏,支持ncnn,tensorRT部署。ultra-light but better performence!

Jupyter Notebook
843
3 年前

TinyNeuralNetwork is an efficient and easy-to-use deep learning model compression framework.

Python
823
1 个月前