torch-points3d icon indicating copy to clipboard operation
torch-points3d copied to clipboard

Add pruning capabilities

Open tchaton opened this issue 5 years ago • 0 comments

Distiller is an open-source Python package for neural network compression research.

Network compression can reduce the memory footprint of a neural network, increase its inference speed and save energy. Distiller provides a PyTorch environment for prototyping and analyzing compression algorithms, such as sparsity-inducing methods and low-precision arithmetic.

https://github.com/NervanaSystems/distiller

tchaton avatar Jan 21 '20 11:01 tchaton