From a71283e3229312434bbffefa5cb947d98e952366 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:24:15 -0500 Subject: [PATCH] Update 18_1_Diffusion_Encoder.ipynb --- Notebooks/Chap18/18_1_Diffusion_Encoder.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap18/18_1_Diffusion_Encoder.ipynb b/Notebooks/Chap18/18_1_Diffusion_Encoder.ipynb index 9cc076f..17656de 100644 --- a/Notebooks/Chap18/18_1_Diffusion_Encoder.ipynb +++ b/Notebooks/Chap18/18_1_Diffusion_Encoder.ipynb @@ -403,7 +403,7 @@ " marginal_at_time_t = np.zeros_like(pr_x_true);\n", "\n", "\n", - " # TODO Write ths function\n", + " # TODO Write this function\n", " # 1. For each x (value in x_plot_vals):\n", " # 2. Compute the mean and variance of the diffusion kernel at time t\n", " # 3. Compute pdf of this Gaussian at every x_plot_val\n",