BobMcDear / efficientnet-pytorchLinks
PyTorch implementation of EfficientNet
☆10Updated 2 years ago
Alternatives and similar repositories for efficientnet-pytorch
Users that are interested in efficientnet-pytorch are comparing it to the libraries listed below
Sorting:
- ☆17Updated 2 years ago
- Official repo of the paper “AL-GTD: Deep Active Learning for Gaze Target Detection” (ACMMM2024)☆12Updated 8 months ago
- Transformers trained on Tiny ImageNet☆55Updated 3 years ago
- [BMVC 2022] Official repository for "How to Train Vision Transformer on Small-scale Datasets?"☆160Updated last year
- A Simplified PyTorch Implementation of Vision Transformer (ViT)☆196Updated 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!)☆536Updated 9 months ago
- This repo shows an easy way to download imagenet on a remote server☆45Updated 3 years ago
- [CVPR '24] Official implementation of the paper "Multiflow: Shifting Towards Task-Agnostic Vision-Language Pruning".☆23Updated 5 months ago
- ☆11Updated last year
- [ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with Hierarchical Attention☆868Updated 3 weeks ago
- ☆203Updated last year
- This repository contains an overview of important follow-up works based on the original Vision Transformer (ViT) by Google.☆178Updated 3 years ago
- Compare neural networks by their feature similarity☆369Updated 2 years ago
- FFCV-SSL Fast Forward Computer Vision for Self-Supervised Learning.☆208Updated 2 years ago
- Speedup the attention computation of Swin Transformer☆20Updated last month
- Documentation for Ross Wightman's timm image model library☆312Updated last year
- Official PyTorch implementation of Fully Attentional Networks☆479Updated 2 years ago
- PyTorch code for hierarchical k-means -- a data curation method for self-supervised learning☆160Updated last year
- YOLOv8 implementation using PyTorch☆163Updated last year
- CAIRI Supervised, Semi- and Self-Supervised Visual Representation Learning Toolbox and Benchmark☆656Updated 4 months ago
- Simple and easy to understand PyTorch implementation of Vision Transformer (ViT) from scratch, with detailed steps. Tested on common data…