efficient_densenet_pytorch
DenseNet optimizer
An implementation of DenseNets optimized to save GPU memory by using checkpointing
A memory-efficient implementation of DenseNets
2k stars
44 watching
327 forks
Language: Python
last commit: over 2 years ago deep-learningdensenetpytorch
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| | An implementation of a deep neural network architecture in PyTorch | 833 |
| | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 351 |
| | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,823 |
| | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| | An implementation of MobileNetV3 using PyTorch with search space optimization | 292 |
| | This project presents a method for learning dense object descriptors from self-supervised data, enabling tasks such as robotic manipulation and object recognition. | 561 |
| | An implementation of a neural network architecture search algorithm optimized for mobile devices. | 271 |
| | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| | A JavaScript library that provides GPU-accelerated deep learning capabilities with automatic differentiation and neural network layers. | 1,093 |
| | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
| | A PyTorch module that adds differentiable optimization as a layer to neural networks | 517 |
| | An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 707 |
| | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| | Enables the creation of smaller neural network models through efficient pruning and quantization techniques | 2,083 |