From a487b5095a135dc052327812ba38c34731c05b16 Mon Sep 17 00:00:00 2001 From: Anton Lozhkov Date: Thu, 21 Jul 2022 17:11:36 +0200 Subject: [PATCH] Update images --- examples/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. - +