Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 308 Bytes

File metadata and controls

5 lines (4 loc) · 308 Bytes

Deep_Compression

Recreated deep compression's pruning, quantization and huffman encoding pipeline

Based on the ICLR 2016 paper: Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding by Song Han et al. Link to the paper: https://arxiv.org/abs/1510.00149