lucidrains / perceiver-pytorchLinks
Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch
☆1,165Updated 2 years ago
Alternatives and similar repositories for perceiver-pytorch
Users that are interested in perceiver-pytorch are comparing it to the libraries listed below
Sorting:
- A PyTorch implementation of Perceiver, Perceiver IO and Perceiver AR with PyTorch Lightning scripts for distributed training☆487Updated last year
- An implementation of Performer, a linear attention-based transformer, in Pytorch☆1,144Updated 3 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆794Updated last year
- An implementation of 1D, 2D, and 3D positional encoding in Pytorch and TensorFlow☆603Updated 10 months ago
- Pytorch library for fast transformer implementations☆1,727Updated 2 years ago
- Implementation of ConvMixer for "Patches Are All You Need? 🤷"