mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-16 10:51:23 +08:00
Minor typo DDPM->DDIM
This commit is contained in:
@ -29,7 +29,7 @@ class DDIMSampler(DiffusionSampler):
|
|||||||
|
|
||||||
This extends the [`DiffusionSampler` base class](index.html).
|
This extends the [`DiffusionSampler` base class](index.html).
|
||||||
|
|
||||||
DDPM samples images by repeatedly removing noise by sampling step by step using,
|
DDIM samples images by repeatedly removing noise by sampling step by step using,
|
||||||
|
|
||||||
\begin{align}
|
\begin{align}
|
||||||
x_{\tau_{i-1}} &= \sqrt{\alpha_{\tau_{i-1}}}\Bigg(
|
x_{\tau_{i-1}} &= \sqrt{\alpha_{\tau_{i-1}}}\Bigg(
|
||||||
|
Reference in New Issue
Block a user