awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
danczs avatar

danczs/Visformer

0
View on GitHub↗
135 stars·22 forks·Python·9 views

Visformer

This is a pytorch implementation for the Visformer models. This project is based on the training code in DeiT and the tools in timm.

Features

  • Efficient Vision Architectures - Optimizes transformer design specifically for vision-friendly performance.
  • Efficient Vision Transformers - Provides a vision-friendly transformer architecture for improved efficiency.
  • Vision Backbones and Classification - Vision-friendly transformer architecture.

Star history

Star history chart for danczs/visformerStar history chart for danczs/visformer

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Visformer

Similar open-source projects, ranked by how many features they share with Visformer.
  • microsoft/creammicrosoft avatar

    microsoft/Cream

    1,836View on GitHub↗

    This is a collection of our NAS and Vision Transformer work.

    Python
    View on GitHub↗1,836
  • ibm/crossvitIBM avatar

    IBM/CrossViT

    419View on GitHub↗

    Official implementation of CrossViT. https://arxiv.org/abs/2103.14899

    Python
    View on GitHub↗419
  • facebookresearch/deitfacebookresearch avatar

    facebookresearch/deit

    4,348View on GitHub↗

    DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based architecture that processes images as sequences of flattened patches using self-attention layers and position-aware sequence modeling instead of convolutional filters. The project focuses on data-efficient training through a knowledge distillation framework. This system allows a student model to mimic the soft labels of a high-performance teacher model to improve accuracy and generalization, particularly when training on smaller datasets. The library covers the full development

    Python
    View on GitHub↗4,348
  • huawei-noah/ghostnethuawei-noah avatar

    huawei-noah/ghostnet

    4,416View on GitHub↗

    GhostNet provides a set of efficient AI model architectures and neural network design patterns designed to reduce computation and memory overhead. It serves as a computer vision backbone and a lightweight vision transformer, optimizing the balance between predictive accuracy and inference speed. The project focuses on reducing resource consumption for deployment on mobile devices and edge hardware. It achieves this through the use of lightweight vision transformer implementations and architectures that minimize the total number of parameters. The codebase covers a range of capabilities for i

    Python
    View on GitHub↗4,416
See all 30 alternatives to Visformer→

Frequently asked questions

What does danczs/visformer do?

This is a pytorch implementation for the Visformer models. This project is based on the training code in DeiT and the tools in timm.

What are the main features of danczs/visformer?

The main features of danczs/visformer are: Efficient Vision Architectures, Efficient Vision Transformers, Vision Backbones and Classification.

What are some open-source alternatives to danczs/visformer?

Open-source alternatives to danczs/visformer include: ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. microsoft/cream — This is a collection of our NAS and Vision Transformer work. facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… huawei-noah/ghostnet — GhostNet provides a set of efficient AI model architectures and neural network design patterns designed to reduce… chenglin-yang/lvt. br-idl/paddlevit — :robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+.