Repository navigation

#

model-compression

microsoft/nni
Python
14278
1 年前

[CVPR 2023] DepGraph: Towards Any Structural Pruning; LLMs, Vision Foundation Models, etc.

Python
3140
1 个月前

Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.

Python
3139
2 年前

An Automatic Model Compression (AutoMC) framework for developing smaller and faster AI applications.

Python
2909
3 年前

Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。

2627
2 年前

A curated list of neural network pruning resources.

2476
2 年前

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
2257
5 个月前

A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.

2225
7 个月前

A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility

Python
1966
3 年前

Pytorch implementation of various Knowledge Distillation (KD) methods.

Python
1718
4 年前

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

Python
1556
2 天前
Jupyter Notebook
1296
1 年前

Collection of recent methods on (deep) neural network compression and acceleration.

953
6 个月前

[CVPR 2024] DeepCache: Accelerating Diffusion Models for Free

Python
931
1 年前

A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hyperparameter Optimization, 5.) Automated Feature Engineering.

854
4 年前

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

Python
849
1 个月前