git clone git@github.com:grzemal/diffusion_model.git
cd diffusion_model
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mkdir output
python train.py
After the training is done the figures from the report can be found in the output
directory.