pseeth / autoclipLinks
Adaptive Gradient Clipping
☆146Updated 2 years ago
Alternatives and similar repositories for autoclip
Users that are interested in autoclip are comparing it to the libraries listed below
Sorting:
- ☆164Updated 2 years ago
- TF/Keras code for DiffStride, a pooling layer with learnable strides.☆124Updated 3 years ago
- DiffQ performs differentiable quantization using pseudo quantization noise. It can automatically tune the number of bits used per weight …☆236Updated 2 years ago
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆214Updated 2 years ago
- Implementation of the Adan (ADAptive Nesterov momentum algorithm) Optimizer in Pytorch☆251Updated 3 years ago
- Online Normalization for Training Neural Networks (Companion Repository)☆84Updated 4 years ago
- Relative Positional Encoding for Transformers with Linear Complexity☆64Updated 3 years ago
- Implementation of Linformer for Pytorch☆298Updated last year
- ☆73Updated 4 years ago
- Implementation of Mega, the Single-head Attention with Multi-headed EMA architecture that currently holds SOTA on Long Range Arena☆205Updated 2 years ago
- Implementation of Nyström Self-attention, from the paper Nyströmformer☆139Updated 5 months ago
- ☆24Updated 10 months ago
- A PyTorch Implementation of the Sparsemax operator (https://arxiv.org/pdf/1803.09820.pdf)☆34Updated 2 years ago
- Collection of the latest, greatest, deep learning optimizers (for Pytorch) - CNN, NLP suitable☆216Updated 4 years ago
- graftr: an interactive shell to view and edit PyTorch checkpoints.☆113Updated 4 years ago
- Continuous Augmented Positional Embeddings (CAPE) implementation for PyTorch☆42Updated 2 years ago
- A practical implementation of GradNorm, Gradient Normalization for Adaptive Loss Balancing, in Pytorch☆106Updated 3 weeks ago
- Implementation of Fast Transformer in Pytorch☆175Updated 4 years ago
- Axial Positional Embedding for Pytorch☆83Updated 6 months ago
- Unofficial PyTorch implementation of Google's FNet: Mixing Tokens with Fourier Transforms. With checkpoints.☆76Updated 3 years ago
- Unofficial implementation of Google's FNet: Mixing Tokens with Fourier Transforms☆259Updated 4 years ago
- An implementation of local windowed attention for language modeling☆475Updated 2 months ago
- Framework for writing deep learning training loops. Lightweight, and retaining full freedom to design as you see fits. It handles checkpo…