flaxmodels VS jax-models

Compare flaxmodels vs jax-models and see what are their differences.

flaxmodels

Pretrained deep learning models for Jax/Flax: StyleGAN2, GPT2, VGG, ResNet, etc. (by matthias-wright)
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
flaxmodels jax-models
1 6
222 138
- -
3.1 0.0
9 months ago almost 2 years ago
Python Python
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

flaxmodels

Posts with mentions or reviews of flaxmodels. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-12.
  • [P] Training StyleGAN2 in Jax (FFHQ and Anime Faces)
    2 projects | /r/MachineLearning | 12 Sep 2021
    a while ago I posted here regarding a repository containing some pretrained models implemented in Jax/Flax. I decided to add training code for these models. Here is the training code for StyleGAN2: https://github.com/matthias-wright/flaxmodels/tree/main/training/stylegan2

jax-models

Posts with mentions or reviews of jax-models. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-15.

What are some alternatives?

When comparing flaxmodels and jax-models you can also consider the following projects:

jax-resnet - Implementations and checkpoints for ResNet, Wide ResNet, ResNeXt, ResNet-D, and ResNeSt in JAX (Flax).

datasets - TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...

stylegan2-pytorch - Implementation of Analyzing and Improving the Image Quality of StyleGAN (StyleGAN 2) in PyTorch

flax - Flax is a neural network library for JAX that is designed for flexibility.

long-range-arena - Long Range Arena for Benchmarking Efficient Transformers

equinox - Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/

ffhq-dataset - Flickr-Faces-HQ Dataset (FFHQ)

GradCache - Run Effective Large Batch Contrastive Learning Beyond GPU/TPU Memory Constraint

transformers - 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

elegy - A High Level API for Deep Learning in JAX

prompt-tuning - Original Implementation of Prompt Tuning from Lester, et al, 2021

jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more