Skip to content

Commit 23f92fb

Browse files
Update README.md
1 parent c2c5f3a commit 23f92fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ During inference of autoencoder the following output will be saved
300300
301301
During training and inference of ddpm following output will be saved
302302
* During training of unconditional or conditional DDPM we will save the latest checkpoint in ```task_name``` directory
303-
* During sampling, unconditional sampled image grid for all timesteps in ```task_name/samples/*.png```
304-
* During sampling, class conditionally sampled image grid for all timesteps in ```task_name/cond_class_samples/*.png```
305-
* During sampling, text only conditionally sampled image grid for all timesteps in ```task_name/cond_text_samples/*.png```
306-
* During sampling, image only conditionally sampled image grid for all timesteps in ```task_name/cond_text_image_samples/*.png```
303+
* During sampling, unconditional sampled image grid for all timesteps in ```task_name/samples/*.png``` . The final decoded generated image will be `x0_0.png` and `x0_999.png` to `x0_1.png` will be latent image predictions of denoising process from T=999 to T=1. Generated Image is at T=0
304+
* During sampling, class conditionally sampled image grid for all timesteps in ```task_name/cond_class_samples/*.png``` . The final decoded generated image will be `x0_0.png` and `x0_999.png` to `x0_1.png` will be latent image predictions of denoising process from T=999 to T=1. Generated Image is at T=0
305+
* During sampling, text only conditionally sampled image grid for all timesteps in ```task_name/cond_text_samples/*.png``` . The final decoded generated image will be `x0_0.png` and `x0_999.png` to `x0_1.png` will be latent image predictions of denoising process from T=999 to T=1. Generated Image is at T=0
306+
* During sampling, image only conditionally sampled image grid for all timesteps in ```task_name/cond_text_image_samples/*.png``` . The final decoded generated image will be `x0_0.png` and `x0_999.png` to `x0_1.png` will be latent image predictions of denoising process from T=999 to T=1. Generated Image is at T=0
307307
308308
309309

0 commit comments

Comments
 (0)