File size: 935 Bytes
aab8e27 2abe650 28ca12b 9ae41d7 2abe650 28ca12b 2abe650 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
title: README
emoji: 🐨
colorFrom: purple
colorTo: indigo
sdk: static
pinned: false
---
# Open Reproduction Effort to reproduce MUSE
Open-muse is a project to openly reproduce the transformer-based [MUSE](https://muse-model.github.io/) text-to-image model.
The [open-muse](https://github.com/huggingface/muse) repo contains the model implementation, training code and everything related to training.
All the artefacts of this project, such as the training checkpoints and final models will be uploaded to this organization.
# Training Logs:
All training logs can be found in this [W&B Project](https://wandb.ai/psuraj/muse?workspace=user-)
## Steps:
1. Setup the codebase and train a class-conditional model on imagenet.
2. Conduct text2image experiments on CC12M.
3. Train improved VQGANs models.
4. Train the full (base-256) model on LAION + COYO.
5. Train the full (base-512) model on LAION + COYO.
## Weekly Log
... |