lucidrains / x-unet
Implementation of a U-net complete with efficient attention as well as the latest research findings
☆275Updated 10 months ago
Alternatives and similar repositories for x-unet:
Users that are interested in x-unet are comparing it to the libraries listed below
- Implementation of the Adan (ADAptive Nesterov momentum algorithm) Optimizer in Pytorch☆251Updated 2 years ago
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆211Updated 2 years ago
- A simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model☆563Updated 3 months ago
- Implementation of Recurrent Interface Network (RIN), for highly efficient generation of images and video without cascading networks, in P…☆201Updated last year
- Implementation of Nyström Self-attention, from the paper Nyströmformer☆129Updated last year
- Collection of PyTorch Lightning implementations of Generative Adversarial Network varieties presented in research papers.☆166Updated 2 years ago
- Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"☆372Updated last year
- Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch. Much faster than direct convolutions for large kernel sizes.☆492Updated last year
- The correct way to resize images or tensors. For Numpy or Pytorch (differentiable).☆556Updated last year
- Implementation of Uformer, Attention-based Unet, in Pytorch☆93Updated 3 years ago
- FFCV-SSL Fast Forward Computer Vision for Self-Supervised Learning.☆206Updated last year
- Implementation of MedSegDiff in Pytorch - SOTA medical segmentation using DDPM and filtering of features in fourier space☆228Updated last year
- Implementation of Denoising Diffusion Probabilistic Models in PyTorch☆374Updated 2 years ago
- A practical implementation of GradNorm, Gradient Normalization for Adaptive Loss Balancing, in Pytorch☆87Updated last year
- Adaptive Gradient Clipping☆128Updated 2 years ago
- Implementation of Bit Diffusion, Hinton's group's attempt at discrete denoising diffusion, in Pytorch☆342Updated last year
- Tiny PyTorch library for maintaining a moving average of a collection of parameters.☆424Updated 5 months ago
- [ICML 2023] Official PyTorch implementation of Global Context Vision Transformers☆429Updated last year
- Implementation of Axial attention - attending to multi-dimensional data efficiently☆372Updated 3 years ago
- ☆164Updated 2 years ago
- A library to inspect and extract intermediate layers of PyTorch models.☆472Updated 2 years ago
- Label-Efficient Semantic Segmentation with Diffusion Models (ICLR'2022)☆692Updated last year
- Visualizing representations with diffusion based conditional generative model.☆90Updated last year
- ☆449Updated last year
- Neighborhood Attention Extension. Bringing attention to a neighborhood near you!☆426Updated this week
- Tackling the Generative Learning Trilemma with Denoising Diffusion GANs https://arxiv.org/abs/2112.07804☆724Updated 2 years ago
- Just some miscellaneous utility functions / decorators / modules related to Pytorch and Accelerate to help speed up implementation of new…☆120Updated 7 months ago
- A library that contains a rich collection of performant PyTorch model metrics, a simple interface to create new metrics, a toolkit to fac…☆229Updated 2 months 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 Rotary Embeddings, from the Roformer paper, in Pytorch☆650Updated 3 months ago