pruning_with_tensorflow icon indicating copy to clipboard operation
pruning_with_tensorflow copied to clipboard

I demonstrate how to compress a neural network using pruning in tensorflow.

Results 2 pruning_with_tensorflow issues
Sort by recently updated
recently updated
newest added

@ex4sperans hi, I want to do some experiments about the efficiency among pruning-before and pruning-after, and how to reload the sparsed model? thanks

Hi, thanks for sharing the great work. I get the weight distribution for my own project, and here is my weight distribution: ![image](https://user-images.githubusercontent.com/30546375/48704627-133bb480-ec32-11e8-9792-c2019aedf61d.png) I wonder what threshold should I set?...