Path: blob/master/labml_nn/diffusion/ddpm/experiment.ipynb
4921 views
Kernel: Python 3 (ipykernel)
Denoising Diffusion Probabilistic Models (DDPM)
This notebook trains a DDPM based model on MNIST digits dataset.
Install the packages
In [ ]:
Imports
In [ ]:
Create an experiment
In [ ]:
Configurations
In [ ]:
Set experiment configurations and assign a configurations dictionary to override configurations
In [ ]:
Initializ
In [ ]:
Set PyTorch models for loading and saving
In [ ]:
Start the experiment and run the training loop.
In [ ]:
In [ ]: