lucidrains / linear-attention-transformerLinks
Transformer based on a variant of attention that is linear complexity in respect to sequence length
☆825Updated last year
Alternatives and similar repositories for linear-attention-transformer
Users that are interested in linear-attention-transformer are comparing it to the libraries listed below
Sorting:
- Pytorch library for fast transformer implementations☆1,760Updated 2 years ago
- An implementation of Performer, a linear attention-based transformer, in Pytorch☆1,172Updated 4 years ago
- An implementation of local windowed attention for language modeling☆495Updated 6 months ago
- Implementation of Linformer for Pytorch☆306Updated 2 years ago
- Long Range Arena for Benchmarking Efficient Transformers☆776Updated 2 years ago
- Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch☆796Updated 6 months ago
- An All-MLP solution for Vision, from Google AI☆1,056Updated 6 months ago
- My take on a practical implementation of Linformer for Pytorch.☆422Updated 3 years ago
- A Pytorch implementation of Sparsely-Gated Mixture of Experts, for massively increasing the parameter count of language models☆846Updated 2 years ago
- Reformer, the efficient Transformer, in Pytorch☆2,192Updated 2 years ago
- Implementation of the Transformer variant proposed in "Transformer Quality in Linear Time"☆372Updated 2 years ago
- Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"☆390Updated 2 years ago
- Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch☆1,193Updated 2 years ago
- Fully featured implementation of Routing Transformer☆300Updated 4 years ago
- Implementation of ConvMixer for "Patches Are All You Need? 🤷"☆1,081Updated 3 years ago
- ☆388Updated 2 years ago
- A simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model☆637Updated last month
- Adan: Adaptive Nesterov Momentum Algorithm for Faster Optimizing Deep Models☆806Updated 7 months ago
- Tiny PyTorch library for maintaining a moving average of a collection of parameters.☆444Updated last year
- Sequence modeling with Mega.☆303Updated 3 years ago
- Official PyTorch Implementation of Long-Short Transformer (NeurIPS 2021).☆228Updated 3 years ago
- PyTorch Re-Implementation of "The Sparsely-Gated Mixture-of-Experts Layer" by Noam Shazeer et al. https://arxiv.org/abs/1701.06538☆1,224Updated last year
- Learning Rate Warmup in PyTorch☆415Updated 7 months ago
- Implementation of Axial attention - attending to multi-dimensional data efficiently☆397Updated 4 years ago
- Implementation of gMLP, an all-MLP replacement for Transformers, in Pytorch☆430Updated 4 years ago
- Sinkhorn Transformer - Practical implementation of Sparse Sinkhorn Attention☆269Updated 4 years ago
- An implementation of 1D, 2D, and 3D positional encoding in Pytorch and TensorFlow☆616Updated last year
- PyTorch implementation of some attentions for Deep Learning Researchers.☆547Updated 3 years ago
- VQVAEs, GumbelSoftmaxes and friends☆627Updated 4 years ago
- Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch. Much faster than direct convolutions for large kernel sizes.☆516Updated 2 years ago