pruning_with_tensorflow
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:  I wonder what threshold should I set?...