pytorch-pruning
Pruning tool
This project provides a PyTorch implementation of pruning techniques to reduce the computational resources required for neural network inference.
PyTorch Implementation of [1611.06440] Pruning Convolutional Neural Networks for Resource Efficient Inference
877 stars
22 watching
202 forks
Language: Python
last commit: over 6 years ago deep-learningpruningpytorch
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A deep learning project implementing structured pruning algorithms in PyTorch for efficient neural network training and inference. | 112 |
| | A collection of tools and utilities for building and training neural networks with PyTorch. | 1,669 |
| | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 572 |
| | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| | A C++ implementation of PyTorch tutorials | 1,978 |
| | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |
| | A JavaScript library that provides GPU-accelerated deep learning capabilities with automatic differentiation and neural network layers. | 1,093 |
| | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
| | An open source implementation of deep learning-based human segmentation models using PyTorch | 558 |
| | Reproducible PyTorch inference of the Progressive Growing of GANs model using CelebA training snapshot | 322 |
| | Deep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks. | 390 |
| | An implementation of synthetic gradients to decouple neural network layers and enable scalable communication between them | 119 |