hankkkwu / Pytorch_Pruning_Finetuning

Using Pytorch to prune and fine-tune the model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch Weight Pruning and Fine-Tuning on Dense Extreme Inception Network(DexiNed)

To know more about DexiNed, here is the paper in arxiv

2021/12/10: Pytorch unstructured pruning

Unstructured pruning is not really reduce the model size, it's just zeroing out the unimportant weights.

About

Using Pytorch to prune and fine-tune the model


Languages

Language:Python 100.0%