loshchil / AdamW-and-SGDWLinks
Decoupled Weight Decay Regularization (ICLR 2019)
☆275Updated 6 years ago
Alternatives and similar repositories for AdamW-and-SGDW
Users that are interested in AdamW-and-SGDW are comparing it to the libraries listed below
Sorting:
- Implementations of ideas from recent papers☆393Updated 4 years ago
- ☆251Updated 8 years ago
- Implements pytorch code for the Accelerated SGD algorithm.☆215Updated 7 years ago
- 2.86% and 15.85% on CIFAR-10 and CIFAR-100☆295Updated 6 years ago
- lookahead optimizer (Lookahead Optimizer: k steps forward, 1 step back) for pytorch☆336Updated 5 years ago
- A plug-in replacement for DataLoader to load Imagenet disk-sequentially in PyTorch.☆239Updated 3 years ago
- Implementation for the Lookahead Optimizer.☆240Updated 3 years ago
- Snapshot Ensembles in Torch (Snapshot Ensembles: Train 1, Get M for Free)☆189Updated 8 years ago
- Code release for paper "Random Search and Reproducibility for NAS"☆167Updated 5 years ago
- Totally Versatile Miscellanea for Pytorch☆471Updated 3 years ago
- A Re-implementation of Fixed-update Initialization☆153Updated 5 years ago
- ☆133Updated 7 years ago
- Experimental ground for optimizing memory of pytorch models☆365Updated 7 years ago
- Implements https://arxiv.org/abs/1711.05101 AdamW optimizer, cosine learning rate scheduler and "Cyclical Learning Rates for Training Neu…☆149Updated 5 years ago
- Stochastic Weight Averaging in PyTorch☆974Updated 3 years ago
- Implementation and experiments for AdamW on Pytorch☆94Updated 5 years ago
- Code for experiments regarding importance sampling for training neural networks☆329Updated 3 years ago
- Sparse Variational Dropout, ICML 2017☆313Updated 5 years ago
- Open source release of the evaluation benchmark suite described in "Realistic Evaluation of Deep Semi-Supervised Learning Algorithms"☆460Updated 5 years ago
- PyTorch implementation of PNASNet-5 on ImageNet☆317Updated 2 years ago
- Experiments with Adam/AdamW/amsgrad☆201Updated 6 years ago
- ☆219Updated 7 years ago
- ☆165Updated 6 years ago
- hessian in pytorch☆187Updated 4 years ago
- Code to reproduce some of the figures in the paper "On Large-Batch Training for Deep Learning: Generalization Gap and Sharp Minima"☆139Updated 8 years ago
- pytorch implement of Lookahead Optimizer☆190Updated 2 years ago
- Implementation of https://arxiv.org/abs/1904.00962