Skip to content

Commit ef11649

Browse files
authored
Fix HTML content and ensure proper formatting
1 parent e08330f commit ef11649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h2>Part 1.4 – Iterative Denoising</h2>
324324
alpha_t = alpha_cumprod_t / alpha_cumprod_prev
325325
beta_t = 1 - alpha_t</code></pre>
326326

327-
Then, we can get an approximation of <code>x<sub>0</sub></code> by using the one-step estimate, The estimated variance will be computed along with the noise estimate, so we can now compute <code>x<sub>T</sub></code> by using the formula above and obtain the image estimate for the next step. Below are some visualizations for the iterative denoising process:
327+
Then, we can get an approximation of <code>x<sub>0</sub></code> by using the one-step estimate. The estimated variance will be computed along with the noise estimate, so we can now compute <code>x<sub>T</sub></code> by using the formula above and obtain the image estimate for the next step. Below are some visualizations for the iterative denoising process:
328328

329329
<div class="subsection">
330330
<h3>Denoising Loop Visualizations (i_start = 10)</h3>

0 commit comments

Comments
 (0)