he-y / soft-filter-pruning

Soft Filter Pruning for Accelerating Deep Convolutional Neural Networks
https://arxiv.org/abs/1808.06866
374 stars 74 forks source link

zero_model and non-zero_model #14

Closed yyx1107 closed 4 years ago

yyx1107 commented 4 years ago

Only remove the zero filters can the model be faster and smaller.I am wondering if the precision is different between the zero model and non-zero model?

he-y commented 4 years ago

The accuracy of the zero model and non-zero model are the same. Please refer to the released model.

yyx1107 commented 4 years ago

The accuracy of the zero model and non-zero model are the same. Please refer to the released model.

Thank you !