jshilong / FisherPruning

Group Fisher Pruning for Practical Network Compression(ICML2021)
152 stars 15 forks source link

Make groups is confusing #25

Closed yumath closed 1 year ago

yumath commented 1 year ago

What's meaning of under code: https://github.com/jshilong/FisherPruning/blob/456106c04eace7f1722577c2fce0d693eaead915/detection/tools/fisher_pruning.py#L501C1-L507C25 I think group which len(modules) == 1 should be a single group, is it right?

yumath commented 1 year ago

Oh, I clear