ReiherGroup / CoRe_optimizerLinks
Continual Resilient (CoRe) Optimizer for PyTorch
☆11Updated last year
Alternatives and similar repositories for CoRe_optimizer
Users that are interested in CoRe_optimizer are comparing it to the libraries listed below
Sorting:
- A practical implementation of GradNorm, Gradient Normalization for Adaptive Loss Balancing, in Pytorch☆126Updated 5 months ago
- Implementation of the Kalman Filtering Attention proposed in "Kalman Filtering Attention for User Behavior Modeling in CTR Prediction"☆59Updated 2 years ago
- Implementation of Agent Attention in Pytorch☆93Updated last year
- Implementation of a Light Recurrent Unit in Pytorch☆49Updated last year
- Implementation of 2-simplicial attention proposed by Clift et al. (2019) and the recent attempt to make practical in Fast and Simplex, Ro…☆46Updated 5 months ago
- ResiDual: Transformer with Dual Residual Connections, https://arxiv.org/abs/2304.14802☆97Updated 2 years ago
- Explorations into adversarial losses on top of autoregressive loss for language modeling☆41Updated last month
- Implementation of an Attention layer where each head can attend to more than just one token, using coordinate descent to pick topk☆47Updated 2 years ago
- Implementation of Insertion-deletion Denoising Diffusion Probabilistic Models☆30Updated 3 years ago
- A scalable implementation of diffusion and flow-matching with XGBoost models, applied to calorimeter data.☆19Updated last year
- Map (deep learning) model weights between different model implementations.☆19Updated last year
- Implementation of the proposed Adam-atan2 from Google Deepmind in Pytorch☆135Updated 3 months ago
- ☆14Updated 2 years ago
- Code for the paper "Cottention: Linear Transformers With Cosine Attention"☆20Updated 2 months ago
- Memory-efficient optimum einsum using opt_einsum planning and PyTorch kernels.☆16Updated 2 years ago
- [NeurIPS 2022] Your Transformer May Not be as Powerful as You Expect (official implementation)☆34Updated 2 years ago
- TriNet: stabilizing self-supervised learning from complete or slow collapse on ASR.☆26Updated 2 years ago
- Repository for "TESS-2: A Large-Scale, Generalist Diffusion Language Model"☆54Updated 11 months ago
- AdamW optimizer for bfloat16 models in pytorch 🔥.☆39Updated last year
- Official code for Generative Marginalization Models [ICML 2024] [SPGIM 2023 Workshop Oral]☆24Updated last year
- JAX Scalify: end-to-end scaled arithmetics☆18Updated last year
- RND1: Scaling Diffusion Language Models☆172Updated 3 weeks ago
- Explorations into the recently proposed Taylor Series Linear Attention☆100Updated last year
- Pytorch implementation of a simple way to enable (Stochastic) Frame Averaging for any network☆51Updated last year
- Implementation of Denoising Diffusion for protein design, but using the new Equiformer (successor to SE3 Transformers) with some addition…☆57Updated 3 years ago
- Implementation of Strassen attention, from Kozachinskiy et al. of National Center of AI in Chile☆41Updated 7 months ago
- [EMNLP 2023] Official implementation of the algorithm ETSC: Exact Toeplitz-to-SSM Conversion our EMNLP 2023 paper - Accelerating Toeplitz…