Skip to content

Commit

Permalink
Update 18_1_Diffusion_Encoder.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 30, 2023
1 parent 5cbdaef commit aa5c7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notebooks/Chap18/18_1_Diffusion_Encoder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
{
"cell_type": "markdown",
"source": [
"Notice that the samples have a tendencey to move toward the center. Now let's look at the histogram of the samples at each stage"
"Notice that the samples have a tendency to move toward the center. Now let's look at the histogram of the samples at each stage"
],
"metadata": {
"id": "SGTYGGevAktz"
Expand Down Expand Up @@ -418,7 +418,7 @@
" # 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",
" # 4. Weight Gaussian by probability at position x and by 0.01 to componensate for bin size\n",
" # 4. Weight Gaussian by probability at position x and by 0.01 to compensate for bin size\n",
" # 5. Accumulate weighted Gaussian in marginal at time t.\n",
" # 6. Multiply result by 0.01 to compensate for bin size\n",
" # Replace this line:\n",
Expand Down

0 comments on commit aa5c7f7

Please sign in to comment.