parti-pytorch VS muse-maskgit-pytorch

Compare parti-pytorch vs muse-maskgit-pytorch and see what are their differences.

parti-pytorch

Implementation of Parti, Google's pure attention-based text-to-image neural network, in Pytorch (by lucidrains)

muse-maskgit-pytorch

Implementation of Muse: Text-to-Image Generation via Masked Generative Transformers, in Pytorch (by 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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
parti-pytorch muse-maskgit-pytorch
2 5
508 818
- -
5.5 5.6
6 months ago 3 months ago
Python Python
MIT License MIT License
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.

parti-pytorch

Posts with mentions or reviews of parti-pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-22.
  • Google Parti open source implementation
    1 project | news.ycombinator.com | 27 Jun 2022
  • Pathways Autoregressive Text-to-Image Model (Parti)
    2 projects | news.ycombinator.com | 22 Jun 2022
    Give it a few days and lucidrains will have the code up[0].

    But in honesty, it is probably how people react. We saw this with Pulse, GPT, and many others. The authors are clear about the limitations but people talk it up too much and others shit on it. There's also a reproducibility crisis in ML (many famous networks, like Swin[1][2][3], can't be reproduced (even worse when reviewers concentrate on benchmarks)). It isn't like many can train a model like this anyways. It gives them benefit of the doubt and maintains good publicity rather than controversial.

    Of course, this is extremely bad from an academic perspective and personally I believe you should have your paper revoked if it isn't reproducible. You'd be surprised how many don't track the random seed or measure variance. We have GitHub. You should be able to write training options that get approximately the same results as the paper. Otherwise I don't trust your results.

    [0] https://github.com/lucidrains/parti-pytorch

    [1] https://github.com/microsoft/Swin-Transformer/issues/183

    [2] https://github.com/microsoft/Swin-Transformer/issues/180

    [3] https://github.com/microsoft/Swin-Transformer/issues/148

muse-maskgit-pytorch

Posts with mentions or reviews of muse-maskgit-pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-03.

What are some alternatives?

When comparing parti-pytorch and muse-maskgit-pytorch you can also consider the following projects:

Swin-Transformer - This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".

imagen-pytorch - Implementation of Imagen, Google's Text-to-Image Neural Network, in Pytorch

DALLE-pytorch - Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch

musiclm-pytorch - Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch

deep-daze - Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun

toolformer-pytorch - Implementation of Toolformer, Language Models That Can Use Tools, by MetaAI

soundstorm-pytorch - Implementation of SoundStorm, Efficient Parallel Audio Generation from Google Deepmind, in Pytorch

iTransformer - Unofficial implementation of iTransformer - SOTA Time Series Forecasting using Attention networks, out of Tsinghua / Ant group