Skip to content

Commit df65f76

Browse files
committed
correct typo in FM tutorial
1 parent d864535 commit df65f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/2D_tutorials/Flow_matching_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
" x0, x1 = ot_sampler.sample_plan(x0, x1)\n",
512512
"\n",
513513
" t = torch.rand(x0.shape[0]).type_as(x0)\n",
514-
" xt = sample_xt(x0, x1, t, sigma=0.01)\n",
514+
" xt = sample_conditional_pt(x0, x1, t, sigma=0.01)\n",
515515
" ut = compute_conditional_vector_field(x0, x1)\n",
516516
"\n",
517517
" vt = model(torch.cat([xt, t[:, None]], dim=-1))\n",

0 commit comments

Comments
 (0)