egg-west / AdamW-pytorchLinks
Implementation and experiments for AdamW on Pytorch
☆94Updated 6 years ago
Alternatives and similar repositories for AdamW-pytorch
Users that are interested in AdamW-pytorch are comparing it to the libraries listed below
Sorting:
- A Pytorch implementation of "LegoNet: Efficient Convolutional Neural Networks with Lego Filters" (ICML 2019).☆140Updated 5 years ago
- Implements https://arxiv.org/abs/1711.05101 AdamW optimizer, cosine learning rate scheduler and "Cyclical Learning Rates for Training Neu…☆153Updated 6 years ago
- Random miniprojects with pytorch.☆170Updated 7 years ago
- A PyTorch implementation of shake-shake☆111Updated 5 years ago
- Mish Deep Learning Activation Function for PyTorch / FastAI☆161Updated 5 years ago
- Utilities for Pytorch☆88Updated 3 years ago
- Implementation of OctConv in Pytorch (https://arxiv.org/abs/1904.05049)☆214Updated 6 years ago
- Implementation of Octave Convolution from Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convol…☆57Updated 6 years ago
- Implements the unsupervised pre-training of convolutional neural networks☆254Updated 4 years ago
- homura is a library for fast prototyping DL research☆106Updated 3 years ago
- Using the CLR algorithm for training (https://arxiv.org/abs/1506.01186)☆108Updated 7 years ago
- pytorch implementation of basic kmeans algorithm(lloyd method with forgy initialization) with gpu support☆94Updated 7 years ago
- PyTorch implementation of shake-shake regularization☆48Updated 5 years ago
- Implementations of ideas from recent papers☆392Updated 5 years ago
- A PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."☆315Updated 6 years ago
- A TensorFlow re-implementation of Momentum Contrast (MoCo): https://arxiv.org/abs/1911.05722☆159Updated 2 years ago
- lookahead optimizer (Lookahead Optimizer: k steps forward, 1 step back) for pytorch☆338Updated 6 years ago
- ICLR 2018 reproducibility challenge - Multi-Scale Dense Convolutional Networks for Efficient Prediction☆134Updated 7 years ago
- Minimal API for receptive field calculation in PyTorch☆68Updated 3 years ago
- A simpler version of the self-attention layer from SAGAN, and some image classification results.☆214Updated 6 years ago
- A PyTorch implementation of the paper Mixup: Beyond Empirical Risk Minimization in PyTorch☆124Updated 8 years ago
- Filter Response Normalization Layer in PyTorch☆121Updated 5 years ago
- A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)☆272Updated 5 years ago
- Implementation of DropBlock in Pytorch☆82Updated 7 years ago
- An official collection of code in different frameworks that reproduces experiments in "Group Normalization"☆118Updated 4 years ago
- Code for reproducing results of the paper "Layer rotation: a surprisingly powerful indicator of generalization in deep networks?"☆50Updated 6 years ago
- Pytorch implementation of Learning Rate Dropout.☆42Updated 6 years ago
- [ICLR'19] Complement Objective Training☆75Updated 7 years ago
- Full implementation of the paper "Rethinking Softmax with Cross-Entropy: Neural Network Classifier as Mutual Information Estimator".