toshas / torch-discounted-cumsumLinks
Fast Discounted Cumulative Sums in PyTorch
☆96Updated 4 years ago
Alternatives and similar repositories for torch-discounted-cumsum
Users that are interested in torch-discounted-cumsum are comparing it to the libraries listed below
Sorting:
- Implementation of a Transformer that Ponders, using the scheme from the PonderNet paper☆81Updated 3 years ago
- Official code repository of the paper Linear Transformers Are Secretly Fast Weight Programmers.☆105Updated 4 years ago
- ☆50Updated 4 years ago
- Implementation of Hierarchical Transformer Memory (HTM) for Pytorch☆75Updated 4 years ago
- Pytorch implementation of Compressive Transformers, from Deepmind☆164Updated 4 years ago
- An implementation of Transformer with Expire-Span, a circuit for learning which memories to retain☆34Updated 4 years ago
- Easy-to-use AdaHessian optimizer (PyTorch)☆79Updated 4 years ago
- Neural Turing Machines in pytorch☆48Updated 3 years ago
- Official repository for the paper "Going Beyond Linear Transformers with Recurrent Fast Weight Programmers" (NeurIPS 2021)☆50Updated 3 months ago
- The official repository for our paper "The Devil is in the Detail: Simple Tricks Improve Systematic Generalization of Transformers". We s…☆67Updated 2 years ago
- Reparameterize your PyTorch modules☆71Updated 4 years ago
- 🧀 Pytorch code for the Fromage optimiser.☆129Updated last year
- A GPT, made only of MLPs, in Jax☆58Updated 4 years ago
- Very deep VAEs in JAX/Flax☆46Updated 4 years ago
- Implementation of Token Shift GPT - An autoregressive model that solely relies on shifting the sequence space for mixing☆50Updated 3 years ago
- Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch