SKKU-ESLAB / Auto-Compression

Automatic DNN compression tool with various model compression and neural architecture search techniques
MIT License
20 stars 20 forks source link

Compression needs to be applied to pretrained model #5

Closed ls4154 closed 3 years ago

ls4154 commented 3 years ago

Currently, compression process is applied from scratch.

This can lead to a problem of reducing the accuracy of the compressed model.

We need to change compressed model training process into firstly pretraining and then compression.