Skip to content

Commit

Permalink
correct typo in FM tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Mar 8, 2024
1 parent d864535 commit df65f76
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 @@ -511,7 +511,7 @@
" x0, x1 = ot_sampler.sample_plan(x0, x1)\n",
"\n",
" t = torch.rand(x0.shape[0]).type_as(x0)\n",
" xt = sample_xt(x0, x1, t, sigma=0.01)\n",
" xt = sample_conditional_pt(x0, x1, t, sigma=0.01)\n",
" ut = compute_conditional_vector_field(x0, x1)\n",
"\n",
" vt = model(torch.cat([xt, t[:, None]], dim=-1))\n",
Expand Down

0 comments on commit df65f76

Please sign in to comment.