lucidrains / nystrom-attentionLinks
Implementation of Nyström Self-attention, from the paper Nyströmformer
☆141Updated 7 months ago
Alternatives and similar repositories for nystrom-attention
Users that are interested in nystrom-attention are comparing it to the libraries listed below
Sorting:
- Axial Positional Embedding for Pytorch☆84Updated 8 months ago
- Implementation of Mega, the Single-head Attention with Multi-headed EMA architecture that currently holds SOTA on Long Range Arena☆206Updated 2 years ago
- A simple to use pytorch wrapper for contrastive self-supervised learning on any neural network☆150Updated 4 years ago
- Implementation of H-Transformer-1D, Hierarchical Attention for Sequence Learning☆165Updated last year
- Implementation of Fast Transformer in Pytorch☆177Updated 4 years ago
- ☆164Updated 2 years ago
- Implementation of Feedback Transformer in Pytorch☆108Updated 4 years ago
- Code repository for the ICLR 2022 paper "FlexConv: Continuous Kernel Convolutions With Differentiable Kernel Sizes" https://openreview.ne…☆116Updated 2 years ago
- Implementation of "compositional attention" from MILA, a multi-head attention variant that is reframed as a two-step attention process wi…☆51Updated 3 years ago
- Implementation of the Adan (ADAptive Nesterov momentum algorithm) Optimizer in Pytorch☆252Updated 3 years ago
- Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch☆101Updated 2 years ago
- Another attempt at a long-context / efficient transformer by me☆38Updated 3 years ago
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆216Updated 2 years ago
- Implementation of Hourglass Transformer, in Pytorch, from Google and OpenAI