pengzhiliang / MAE-pytorchLinks
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
☆2,683Updated 2 years ago
Alternatives and similar repositories for MAE-pytorch
Users that are interested in MAE-pytorch are comparing it to the libraries listed below
Sorting:
- OpenMMLab Self-Supervised Learning Toolbox and Benchmark☆3,300Updated 2 years ago
- PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722☆5,111Updated last week
- PyTorch implementation of MoCo v3 https//arxiv.org/abs/2104.02057☆1,310Updated 4 years ago
- Official DeiT repository☆4,311Updated last year
- PyTorch implementation of MAE https//arxiv.org/abs/2111.06377☆8,184Updated last year
- Collect some papers about transformer with vision. Awesome Transformer with Computer Vision (CV)☆3,560Updated last year
- Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)☆2,118Updated 3 years ago
- ICCV2021, Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet☆1,192Updated 2 years ago
- PyTorch implementation of SimSiam https//arxiv.org/abs/2011.10566☆1,225Updated 2 years ago
- Code release for ConvNeXt model☆6,267Updated 3 years ago
- PoolFormer: MetaFormer Is Actually What You Need for Vision (CVPR 2022 Oral)☆1,362Updated last year
- This is an official implementation for "SimMIM: A Simple Framework for Masked Image Modeling".☆1,018Updated 3 years ago
- Official implementation of PVT series☆1,877Updated 3 years ago
- RepVGG: Making VGG-style ConvNets Great Again☆3,444Updated 2 years ago
- This is a collection of our NAS and Vision Transformer work.☆1,821Updated last year
- PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations☆2,477Updated last year
- Implementation of the Swin Transformer in PyTorch.☆854Updated 4 years ago
- Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch