majumderb / rezeroLinks
Official PyTorch Repo for "ReZero is All You Need: Fast Convergence at Large Depth"
☆408Updated 10 months ago
Alternatives and similar repositories for rezero
Users that are interested in rezero are comparing it to the libraries listed below
Sorting:
- Sinkhorn Transformer - Practical implementation of Sparse Sinkhorn Attention☆263Updated 3 years ago
- lookahead optimizer (Lookahead Optimizer: k steps forward, 1 step back) for pytorch☆335Updated 5 years ago
- DeLighT: Very Deep and Light-Weight Transformers☆467Updated 4 years ago
- Implementation of https://arxiv.org/abs/1904.00962☆374Updated 4 years ago
- Accelerate training by storing parameters in one contiguous chunk of memory.☆291Updated 4 years ago
- Experimental ground for optimizing memory of pytorch models☆365Updated 7 years ago
- My take on a practical implementation of Linformer for Pytorch.☆415Updated 2 years ago
- A New Optimization Technique for Deep Neural Networks☆538Updated 3 years ago
- [ICLR 2020] Lite Transformer with Long-Short Range Attention☆608Updated 10 months ago
- pytorch implement of Lookahead Optimizer☆190Updated 2 years ago
- Apollo: An Adaptive Parameter-wise Diagonal Quasi-Newton Method for Nonconvex Stochastic Optimization☆183Updated 3 years ago
- Ranger - a synergistic optimizer using RAdam (Rectified Adam), Gradient Centralization and LookAhead in one codebase☆1,201Updated last year
- Deep Learning Experiment Management☆639Updated 2 years ago
- Script that crawls meta data from ICLR OpenReview webpage. Tutorials on installing and using Selenium and ChromeDriver on Ubuntu.☆461Updated 5 years ago
- Transformer training code for sequential tasks☆612Updated 3 years ago
- Fully featured implementation of Routing Transformer☆292Updated 3 years ago
- Sublinear memory optimization for deep learning. https://arxiv.org/abs/1604.06174☆598Updated 5 years ago
- The Noise Contrastive Estimation for softmax output written in Pytorch☆319Updated 5 years ago
- Debug PyTorch code using PySnooper☆798Updated 4 years ago
- Implementation of Sparsemax activation in Pytorch☆160Updated 5 years ago
- Transformer with Untied Positional Encoding (TUPE). Code of paper "Rethinking Positional Encoding in Language Pre-training". Improve exis…☆251Updated 3 years ago
- Implementations of ideas from recent papers☆393Updated 4 years ago
- Implementation for the Lookahead Optimizer.☆240Updated 3 years ago
- Understanding the Difficulty of Training Transformers☆329Updated 3 years ago
- [ICML 2021 Oral] We show pure attention suffers rank collapse, and how different mechanisms combat it.☆164Updated 4 years ago
- Is the attention layer even necessary? (https://arxiv.org/abs/2105.02723)☆484Updated 4 years ago
- Implements https://arxiv.org/abs/1711.05101 AdamW optimizer, cosine learning rate scheduler and "Cyclical Learning Rates for Training Neu…☆148Updated 5 years ago
- PyTorch layer-by-layer model profiler☆607Updated 4 years ago
- A large scale study of Knowledge Distillation.☆220Updated 5 years ago
- A TensorFlow re-implementation of Momentum Contrast (MoCo): https://arxiv.org/abs/1911.05722☆160Updated last year