net-titech / CREST-Deep-M

Murata group's CREST-Deep Project
MIT License
3 stars 0 forks source link

Compressed model size #3

Open 3DMM-ICME2023 opened 6 years ago

3DMM-ICME2023 commented 6 years ago

Thanks for your nice works and wonderful poster about deep compression(https://gear.github.io/2017-05-05-reverse-engineering-deep-compression/). @gear

I think that the goal of this code is to implement the deep compression. Therefore, i wonder how to run the code and how large is the compressed model size. Thank you in advance!

gear commented 6 years ago

Hi, Thanks for reaching out for us. The blog you mentioned was just a case study of deep compression. The main source code can be found here: https://github.com/songhan/Deep-Compression-AlexNet/ About the compression size, it's about 7-8MB (org. 250MB) -> These sizes are on a Linux machine. The link about explain how to decompress, on how to compress a model, it's a bit hard to implement...