Skip to content

Commit

Permalink
correct typo in notebook tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Feb 20, 2024
1 parent 9bffbf6 commit fa13e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2D_tutorials/Flow_matching_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"\n",
"start = time.time()\n",
"for k in range(20000):\n",
" optximizer.zero_grad()\n",
" optimizer.zero_grad()\n",
"\n",
" x0 = sample_8gaussians(batch_size)\n",
" x1 = sample_moons(batch_size)\n",
Expand Down

0 comments on commit fa13e7c

Please sign in to comment.