diff --git a/examples/README.md b/examples/README.md index 448a0988..976bd43b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,10 +25,11 @@ accelerate launch train_unconditional.py \ --mixed_precision=no \ --push_to_hub ``` +An example trained model: https://huggingface.co/anton-l/ddpm-ema-flowers-64 A full training run takes 2 hours on 4xV100 GPUs. - + ### Unconditional Pokemon @@ -48,7 +49,8 @@ accelerate launch train_unconditional.py \ --mixed_precision=no \ --push_to_hub ``` +An example trained model: https://huggingface.co/anton-l/ddpm-ema-pokemon-64 A full training run takes 2 hours on 4xV100 GPUs. - +