lucidrains / feedback-transformer-pytorchLinks
Implementation of Feedback Transformer in Pytorch
☆107Updated 4 years ago
Alternatives and similar repositories for feedback-transformer-pytorch
Users that are interested in feedback-transformer-pytorch are comparing it to the libraries listed below
Sorting:
- GPT, but made only out of MLPs☆89Updated 4 years ago
- Trains Transformer model variants. Data isn't shuffled between batches.☆143Updated 2 years ago
- Another attempt at a long-context / efficient transformer by me☆38Updated 3 years ago
- Pytorch implementation of Compressive Transformers, from Deepmind☆164Updated 3 years ago
- Implementation of a Transformer that Ponders, using the scheme from the PonderNet paper☆81Updated 3 years ago
- Implementation of Long-Short Transformer, combining local and global inductive biases for attention over long sequences, in Pytorch☆120Updated 4 years ago
- A GPT, made only of MLPs, in Jax☆58Updated 4 years ago
- Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch☆59Updated 4 years ago
- An attempt at the implementation of Glom, Geoffrey Hinton's new idea that integrates concepts from neural fields, top-down-bottom-up proc…