fkodom / fft-conv-pytorch
Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch. Much faster than direct convolutions for large kernel sizes.
☆488Updated last year
Alternatives and similar repositories for fft-conv-pytorch:
Users that are interested in fft-conv-pytorch are comparing it to the libraries listed below
- DCT (discrete cosine transform) functions for pytorch☆587Updated 2 years ago
- An All-MLP solution for Vision, from Google AI☆1,007Updated 4 months ago
- Seamless analysis of your PyTorch models (RAM usage, FLOPs, MACs, receptive field, etc.)☆213Updated this week
- This is an official pytorch implementation of Fast Fourier Convolution.☆358Updated 7 months ago
- [NeurIPS 2021] [T-PAMI] Global Filter Networks for Image Classification☆461Updated last year
- A simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model☆548Updated last month
- Implementation of Axial attention - attending to multi-dimensional data efficiently☆361Updated 3 years ago
- Learning Rate Warmup in PyTorch☆399Updated this week
- Tiny PyTorch library for maintaining a moving average of a collection of parameters.☆418Updated 3 months ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆724Updated 8 months ago
- Unofficial implementation of MLP-Mixer: An all-MLP Architecture for Vision☆214Updated 3 years ago
- Implementation of ConvMixer for "Patches Are All You Need? 🤷"☆1,063Updated 2 years ago
- Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet☆1,007Updated last year
- Escaping the Big Data Paradigm with Compact Transformers, 2021 (Train your Vision Transformers in 30 mins on CIFAR-10 with a single GPU!)☆509Updated 2 months ago
- Implementation of Linformer for Pytorch☆262Updated last year
- A general and accurate MACs / FLOPs profiler for PyTorch models☆579Updated 8 months ago
- Implementation of a U-net complete with efficient attention as well as the latest research findings☆271Updated 8 months ago
- An implementation of the efficient attention module.☆297Updated 4 years ago
- ☆446Updated last year
- Code repository of the paper "Modelling Long Range Dependencies in ND: From Task-Specific to a General Purpose CNN" https://arxiv.org/abs…☆183Updated last year
- An implementation of local windowed attention for language modeling☆403Updated this week
- Estimate/count FLOPS for a given neural network using pytorch☆304Updated 2 years ago
- Neighborhood Attention Extension. Bringing attention to a neighborhood near you!☆392Updated 2 weeks ago
- [ICLR 2021 top 3%] Is Attention Better Than Matrix Decomposition?☆330Updated 2 years ago
- (ICLR 2022 Spotlight) Official PyTorch implementation of "How Do Vision Transformers Work?"☆808Updated 2 years ago
- Neighborhood Attention Transformer, arxiv 2022 / CVPR 2023. Dilated Neighborhood Attention Transformer, arxiv 2022☆1,077Updated 8 months ago
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆210Updated last year
- A fully invertible U-Net for memory efficiency in Pytorch.☆122Updated 2 years ago
- A simple program to calculate and visualize the FLOPs and Parameters of Pytorch models, with handy CLI and easy-to-use Python API.☆124Updated last month
- LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference☆606Updated 2 years ago