An open API service indexing awesome lists of open source software.

https://github.com/labouteille/torchprune

Deep learning compression framework in Pytorch [WIP]
https://github.com/labouteille/torchprune

deep-learning knowledge-distillation model-compression pruning quantization

Last synced: 3 months ago
JSON representation

Deep learning compression framework in Pytorch [WIP]

Awesome Lists containing this project

README

          

# torchcompress

- A deep learning compression framework in Pytorch (work in progress)
- Support Filter pruning:
- Conv -> Conv
- Linear -> Linear
- Conv -> Flatten -> Linear
- Batchnorm2d/1d

# To do

- [ ] Pruning
- [ ] Unstructured pruning
- [ ] Structured pruning
- [ ] Quantization
- [ ] Post Training Quantization
- [ ] Quantization aware training
- [ ] Knowledge distillation
- [ ] Offline distillation
- [ ] Online distillation
- [ ] Self distillation