From 562fedd4ba3043e8bea153577aef6f874e07c648 Mon Sep 17 00:00:00 2001 From: Anthony Baryshnikov Date: Sun, 26 Sep 2021 16:42:15 +0300 Subject: [PATCH] readme small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 888a3da..2579fd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Denoising Diffusion Probabilistic Models -An implementation of Denoising Diffusion Probabilistic Models for class-conditional image generation written in PyTorch. This roughly follows the original code by Ho et al. Unlike their implementation, however, my model allows for class conditioning through bias in residual blocks. +An implementation of Denoising Diffusion Probabilistic Models for image generation written in PyTorch. This roughly follows the original code by Ho et al. Unlike their implementation, however, my model allows for class conditioning through bias in residual blocks. ## Experiments