Structured vs Unstructured Pruning

Hello,

As I was trying to run the tutoriel to prune a model (Model Pruning in Tensroflow) I saw that there was a different section to run the structured pruning (structured pruning).
Does that mean that in the other sections with the tutorials (like this one) they use unsturctured pruning ?

Thank you for answering me, and have a nice day!

Any answer on what type of pruning is exactly used in the Comprehensive Guide ??

HI

Yes, In general you will use unstructured pruning by default, unless you set `‘block_size’ in pruning_params.

1 Like

Hello,
Thank you so much for your answer.