fkodom / fft-conv-pytorchLinks
Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch. Much faster than direct convolutions for large kernel sizes.
☆515Updated 2 years ago
Alternatives and similar repositories for fft-conv-pytorch
Users that are interested in fft-conv-pytorch are comparing it to the libraries listed below
Sorting:
- DCT (discrete cosine transform) functions for pytorch☆639Updated 3 years ago
- Tiny PyTorch library for maintaining a moving average of a collection of parameters.☆444Updated last year
- An All-MLP solution for Vision, from Google AI☆1,054Updated 5 months ago
- Seamless analysis of your PyTorch models (RAM usage, FLOPs, MACs, receptive field, etc.)☆223Updated 9 months ago
- Implementation of a U-net complete with efficient attention as well as the latest research findings☆292Updated last year
- A simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model☆632Updated last week
- Implementation of Axial attention - attending to multi-dimensional data efficiently☆396Updated 4 years ago
- Learning Rate Warmup in PyTorch☆416Updated 6 months ago
- Implementation of ConvMixer for "Patches Are All You Need? 🤷"☆1,078Updated 3 years ago
- Code repository of the paper "Modelling Long Range Dependencies in ND: From Task-Specific to a General Purpose CNN" https://arxiv.org/abs…☆183Updated 7 months ago
- An implementation of the efficient attention module.☆327Updated 5 years ago
- This is an official pytorch implementation of Fast Fourier Convolution.☆382Updated last year
- Differentiable fast wavelet transforms in PyTorch with GPU support.☆400Updated last week
- Implementation of Linformer for Pytorch☆303Updated last year
- Estimate/count FLOPS for a given neural network using pytorch☆305Updated 3 years ago
- Unofficial implementation of MLP-Mixer: An all-MLP Architecture for Vision☆217Updated 4 years ago
- Escaping the Big Data Paradigm with Compact Transformers, 2021 (Train your Vision Transformers in 30 mins on CIFAR-10 with a single GPU!)☆539Updated last year
- Neighborhood Attention Transformer, arxiv 2022 / CVPR 2023. Dilated Neighborhood Attention Transformer, arxiv 2022☆1,163Updated last year
- 1D interpolation for pytorch☆176Updated last year
- Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet☆1,150Updated 2 years ago
- [NeurIPS 2021] [T-PAMI] Global Filter Networks for Image Classification☆493Updated 2 years ago
- (N=1,2,3)-dimensional unfold (im2col) and fold (col2im) in PyTorch☆103Updated 11 months ago
- Unofficial implementation of Google's FNet: Mixing Tokens with Fourier Transforms☆260Updated 4 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆820Updated last year
- [ICML 2022, Oral] The PyTorch Implementation of Adaptive Inertia Methods. The algorithms are based on our paper: "Adaptive Inertia: Dise…☆151Updated 2 years ago
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆219Updated 2 years ago
- Unofficial Implementation of MLP-Mixer, gMLP, resMLP, Vision Permutator, S2MLP, S2MLPv2, RaftMLP, HireMLP, ConvMLP, AS-MLP, SparseMLP, Co…☆169Updated 3 years ago
- An implementation of local windowed attention for language modeling☆492Updated 5 months ago
- A fully invertible U-Net for memory efficiency in Pytorch.☆130Updated 3 years ago
- [ICLR 2021 top 3%] Is Attention Better Than Matrix Decomposition?☆341Updated 3 years ago