Skip to content

Commit 8a4348c

Browse files
committed
nit: typo
1 parent ffc8706 commit 8a4348c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

14-bonus-diffusion-llms.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"Sampling is done by *optimizing the input* using gradient descent:\n",
6666
"\n",
6767
"$$\n",
68-
"x \\leftarrow x - \\eta \\nabla_x E_\\theta(x),\n",
68+
"x \\leftarrow x + \\eta \\nabla_x E_\\theta(x),\n",
6969
"$$\n",
7070
"\n",
71-
"which pulls samples toward regions of low energy.\n",
71+
"which pulls samples toward regions of high energy.\n",
7272
"\n",
7373
"EBMs are popular because:\n",
7474
"\n",

0 commit comments

Comments
 (0)