amitpant7 / Pruning_efficienet_v2

Magnitude-based unstructured pruning to eliminate less valuable parameters from the network. I was able to prune 81% weights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pruning_efficienet_v2

Magnitude-based unstructured pruning to eliminate less valuable parameters from the network. I was able to prune 81% weights image

As this was unstructured pruning, it resulted in only a sparse model. There were no reductions in model size or MAC required. So I implemented channel pruning to effectively compress the model. Refer: https://github.com/amitpant7/Channel-Pruning-EfficientNetV2

About

Magnitude-based unstructured pruning to eliminate less valuable parameters from the network. I was able to prune 81% weights


Languages

Language:Jupyter Notebook 100.0%