lucidrains / perceiver-pytorchLinks
Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch
☆1,162Updated last year
Alternatives and similar repositories for perceiver-pytorch
Users that are interested in perceiver-pytorch are comparing it to the libraries listed below
Sorting:
- An implementation of 1D, 2D, and 3D positional encoding in Pytorch and TensorFlow☆600Updated 9 months ago
- A PyTorch implementation of Perceiver, Perceiver IO and Perceiver AR with PyTorch Lightning scripts for distributed training☆486Updated last year
- An implementation of Performer, a linear attention-based transformer, in Pytorch☆1,139Updated 3 years ago
- Pytorch library for fast transformer implementations☆1,725Updated 2 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆789Updated last year
- PyTorch implementation of Barlow Twins.☆987Updated 3 years ago
- Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch☆1,835Updated last year
- An All-MLP solution for Vision, from Google AI☆1,034Updated 3 weeks ago
- Implementation of Slot Attention from GoogleAI☆451Updated 11 months ago
- Implementation of ConvMixer for "Patches Are All You Need? 🤷"☆1,076Updated 2 years ago
- VICReg official code base