Open-Source Simple-ViT Implementation

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Simple-ViT-flax

  • big_vision

    Official codebase used to develop Vision Transformer, SigLIP, MLP-Mixer, LiT and more.

  • An open-source implementation of the Better plain ViT baselines for ImageNet-1k research paper in Google's JAX and Flax.

    An update from some of the same authors of the original paper proposes simplifications to ViT that allows it to train faster and better.

    Among these simplifications include 2d sinusoidal positional embedding, global average pooling (no CLS token), no dropout, batch sizes of 1024 rather than 4096, and use of RandAugment and MixUp augmentations. They also show that a simple linear at the end is not significantly worse than the original MLP head.

    Simple ViT Research Paper: https://arxiv.org/abs/2205.01580

    Official Github repository: https://github.com/google-research/big_vision

    Developer updates can be found on: https://twitter.com/EnricoShippole

    In collaboration with Dr. Phil 'Lucid' Wang: https://github.com/lucidrains

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts