git clone git@github.com:grzemal/diffusion_model.gitcd diffusion_modelpython3 -m venv venvsource venv/bin/activatepip install -r requirements.txtmkdir output
python train.pyAfter the training is done the figures from the report can be found in the output directory.