python generate_colored_mnist_diffusion.py
$ python examples/diffusion/generate_colored_mnist_diffusion.py
Epoch 50/50: 100%|██████████| 469/469 [loss=0.0041 avg_loss=0.0049]
Generating 10 images with context tensor([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])..
The forward (diffusion) process is gradually adding Gaussian noise to the image at each timestamp:
The reverse process is learning the Gaussian transitions to restore the image:
