diff --git a/README.md b/README.md index 907cbc86f..100ee6ea3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Implementation of Denoising Diffusion Probabilistic Model in Pytorch. It is a new approach to generative modeling that may have the potential to rival GANs. It uses denoising score matching to estimate the gradient of the data distribution, followed by Langevin sampling to sample from the true distribution. -This implementation was transcribed from the official Tensorflow version here +This implementation was inspired by the official Tensorflow version here Youtube AI Educators - Yannic Kilcher | AI Coffeebreak with Letitia | Outlier