dorimedini / robustness_properties

GLOBIGLOBIGLOBI
0 stars 0 forks source link

Pruning doesn't consider norm of layer before pruning #91

Open dorimedini opened 5 years ago

dorimedini commented 5 years ago

ATM pruning is done via a fixed constant threshold. We should prune edges layer by layer, each layer with a specific threshold original_threshold * l2_norm(layer_edge_weights)