Update 18_1_Diffusion_Encoder.ipynb

This commit is contained in:
udlbook
2023-12-20 15:24:15 -05:00
committed by GitHub
parent d9e7306ef4
commit a71283e322

View File

@@ -403,7 +403,7 @@
" marginal_at_time_t = np.zeros_like(pr_x_true);\n", " marginal_at_time_t = np.zeros_like(pr_x_true);\n",
"\n", "\n",
"\n", "\n",
" # TODO Write ths function\n", " # TODO Write this function\n",
" # 1. For each x (value in x_plot_vals):\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", " # 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", " # 3. Compute pdf of this Gaussian at every x_plot_val\n",