LukasHedegaard / continual-inference
A Python library for Continual Inference Networks in PyTorch
☆49Updated last year
Alternatives and similar repositories for continual-inference:
Users that are interested in continual-inference are comparing it to the libraries listed below
- Official Pytorch Implementation for "Continual Transformers: Redundancy-Free Attention for Online Inference" [ICLR 2023]☆28Updated last year
- Layerwise Batch Entropy Regularization☆22Updated 2 years ago
- Implementation of "compositional attention" from MILA, a multi-head attention variant that is reframed as a two-step attention process wi…☆50Updated 2 years ago
- Training wheels, side rails, and helicopter parent for your Deep Learning projects in PyTorch☆25Updated last year
- AdaCat☆49Updated 2 years ago
- Re-implementation of 'Grokking: Generalization beyond overfitting on small algorithmic datasets'☆38Updated 3 years ago
- Code repository of the paper "CKConv: Continuous Kernel Convolution For Sequential Data" published at ICLR 2022. https://arxiv.org/abs/21…☆119Updated 2 years ago
- A practical implementation of GradNorm, Gradient Normalization for Adaptive Loss Balancing, in Pytorch☆85Updated last year
- Another attempt at a long-context / efficient transformer by me☆37Updated 2 years ago
- A project to improve out-of-distribution detection (open set recognition) and uncertainty estimation by changing a few lines of code in y…☆45Updated 2 years ago
- Code repository for the ICLR 2022 paper "FlexConv: Continuous Kernel Convolutions With Differentiable Kernel Sizes" https://openreview.ne…☆115Updated 2 years ago
- Implementation of a Transformer that Ponders, using the scheme from the PonderNet paper☆80Updated 3 years ago
- Local Attention - Flax module for Jax☆20Updated 3 years ago
- Implementation of Hourglass Transformer, in Pytorch, from Google and OpenAI☆84Updated 3 years ago
- Code for the paper PermuteFormer☆42Updated 3 years ago
- An open source implementation of CLIP.☆32Updated 2 years ago
- Little article showing how to load pytorch's models with linear memory consumption☆34Updated 2 years ago
- High performance pytorch modules☆18Updated 2 years ago
- Official code for Long Expressive Memory (ICLR 2022, Spotlight)☆69Updated 2 years ago
- ☆38Updated 2 years ago
- PyTorch reimplementation of the paper "HyperMixer: An MLP-based Green AI Alternative to Transformers" [arXiv 2022].☆17Updated 2 years ago
- Code for ICLR 2021 Paper, "Anytime Sampling for Autoregressive Models via Ordered Autoencoding"☆25Updated last year
- An unopinionated replacement for PyTorch's Dataset and ImageFolder, that handles Tar archives☆75Updated 2 years ago
- Repo for the work on hierarchical state space models for disentanglement☆21Updated 3 years ago
- A GPT, made only of MLPs, in Jax