dnddnjs / pytorch-multigpu
Multi GPU Training Code for Deep Learning with PyTorch
☆206Updated last month
Alternatives and similar repositories for pytorch-multigpu:
Users that are interested in pytorch-multigpu are comparing it to the libraries listed below
- AdamP: Slowing Down the Slowdown for Momentum Optimizers on Scale-invariant Weights (ICLR 2021)☆414Updated 4 years ago
- Experimental ground for optimizing memory of pytorch models☆365Updated 7 years ago
- A specially designed light version of Fast AutoAugment☆171Updated 4 years ago
- ☆261Updated 5 years ago
- Distributed, mixed-precision training with PyTorch☆90Updated 4 years ago
- A LARS implementation in PyTorch☆345Updated 5 years ago
- PyTorch implementation of AutoAugment.☆159Updated 4 years ago
- PyTorch Model Compression☆232Updated 2 years ago
- a Ready-to-use PyTorch Extension of Unofficial CutMix Implementations with more improved performance.☆169Updated 2 years ago
- A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."☆311Updated 5 years ago
- torchsummaryX: Improved visualization tool of torchsummary☆303Updated 3 years ago
- A Pytorch implementation of Fast AutoAugment and EfficientNet☆119Updated 5 years ago
- Implementations of ideas from recent papers☆393Updated 4 years ago
- Code snippets created for the PyTorch discussion board☆561Updated 4 years ago
- The state-of-the-art algorithms on CIFAR-10 dataset in PyTorch☆59Updated 6 years ago
- The codes for recent knowledge distillation algorithms and benchmark results via TF2.0 low-level API☆109Updated 3 years ago
- Implementation of https://arxiv.org/abs/1904.00962☆374Updated 4 years ago
- 🛠 Toolbox to extend PyTorch functionalities☆419Updated 11 months ago
- Knowledge distillation methods implemented with Tensorflow (now there are 11 (+1) methods, and will be added more.)☆264Updated 5 years ago
- Unofficial PyTorch Implementation of EvoNorm☆121Updated 3 years ago
- A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)☆272Updated 4 years ago
- pytorch implement of Lookahead Optimizer☆188Updated 2 years ago
- lookahead optimizer (Lookahead Optimizer: k steps forward, 1 step back) for pytorch☆335Updated 5 years ago
- Example code showing how to use Nvidia DALI in pytorch, with fallback to torchvision. Contains a few differences to the official Nvidia …