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
microsoft avatar

microsoft/Cream

0
View on GitHub↗
1,836 stars·243 forks·Python·MIT·13 views

Cream

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

Features

  • Efficient Vision Architectures - Uses cascaded group attention for memory-efficient processing.
  • Efficient Vision Transformers - Uses cascaded group attention for memory-efficient transformer processing.
  • Hybrid Vision Architectures - Fast pretraining distillation for small-scale vision transformers.
  • Vision Backbones and Classification - Searching and compressing transformers for visual recognition.
  • Vision Transformers - Improves relative position encoding for vision transformers.
  • Model Compression - Compresses vision transformers using weight multiplexing.

Star history

Star history chart for microsoft/creamStar history chart for microsoft/cream

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Frequently asked questions

What does microsoft/cream do?

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

What are the main features of microsoft/cream?

The main features of microsoft/cream are: Efficient Vision Architectures, Efficient Vision Transformers, Hybrid Vision Architectures, Vision Backbones and Classification, Vision Transformers, Model Compression.

Which projects share features with microsoft/cream?

Projects with overlapping indexed features include: ibm/crossvit — Official implementation of CrossViT. https://arxiv.org/abs/2103.14899. raoyongming/dynamicvit — This repository contains PyTorch implementation for DynamicViT (NeurIPS 2021). facebookresearch/deit — DeiT is a PyTorch vision transformer framework designed for image classification. It implements a transformer-based… facebookresearch/levit — LeViT a Vision Transformer in ConvNet's Clothing for Faster Inference. facebookresearch/convit — This repository contains PyTorch code for ConViT. It builds on code from the Data-Efficient Vision Transformer and… danczs/visformer — This is a pytorch implementation for the Visformer models. This project is based on the training code in DeiT and the…

Projects sharing features with Cream

These projects share indexed features with Cream. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • raoyongming/dynamicvitraoyongming avatar

    raoyongming/DynamicViT

    664View on GitHub↗

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

    Jupyter Notebook
    View on GitHub↗664
  • 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
  • ibm/crossvitIBM avatar

    IBM/CrossViT

    419View on GitHub↗

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

    Python
    View on GitHub↗419
  • danczs/visformerdanczs avatar

    danczs/Visformer

    135View on GitHub↗

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

    Python
    View on GitHub↗135
Compare all 30 related projects→