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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
raoyongming avatar

raoyongming/DynamicViT

0
View on GitHub↗
664 Stars·83 Forks·Jupyter Notebook·MIT·4 Aufrufedynamicvit.ivg-research.xyz↗

DynamicViT

This repository contains PyTorch implementation for DynamicViT (NeurIPS 2021).

Features

  • Efficient Vision Architectures - Reduces computation through dynamic token sparsification.
  • Efficient Vision Transformers - Uses dynamic token sparsification to accelerate inference speed.
  • Hybrid Vision Architectures - Dynamic spatial sparsification for efficient vision model inference.
  • Vision Transformers - Efficient vision transformers using dynamic token sparsification.

Star-Verlauf

Star-Verlauf für raoyongming/dynamicvitStar-Verlauf für raoyongming/dynamicvit

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu DynamicViT

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit DynamicViT.
  • microsoft/creamAvatar von microsoft

    microsoft/Cream

    1,836Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,836
  • ibm/crossvitAvatar von IBM

    IBM/CrossViT

    419Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗419
  • facebookresearch/convitAvatar von facebookresearch

    facebookresearch/convit

    474Auf GitHub ansehen↗

    This repository contains PyTorch code for ConViT. It builds on code from the Data-Efficient Vision Transformer and from timm.

    Python
    Auf GitHub ansehen↗474
  • facebookresearch/deitAvatar von facebookresearch

    facebookresearch/deit

    4,348Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,348
Alle 30 Alternativen zu DynamicViT anzeigen→

Häufig gestellte Fragen

Was macht raoyongming/dynamicvit?

This repository contains PyTorch implementation for DynamicViT (NeurIPS 2021).

Was sind die Hauptfunktionen von raoyongming/dynamicvit?

Die Hauptfunktionen von raoyongming/dynamicvit sind: Efficient Vision Architectures, Efficient Vision Transformers, Hybrid Vision Architectures, Vision Transformers.

Welche Open-Source-Alternativen gibt es zu raoyongming/dynamicvit?

Open-Source-Alternativen zu raoyongming/dynamicvit sind unter anderem: microsoft/cream — This is a collection of our NAS and Vision Transformer work. microsoft/vision-longformer — This project provides the source code for the vision longformer paper. facebookresearch/convit — This repository contains PyTorch code for ConViT. It builds on code from the Data-Efficient Vision Transformer and… facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. ofsoundof/localvit — This repository contains the PyTorch training and evaluation code for LocalViT.