Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow_matching/path/affine.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def velocity_to_epsilon(self, velocity: Tensor, x_t: Tensor, t: Tensor) -> Tenso
return a_t * x_t + b_t * velocity

def target_to_epsilon(self, x_1: Tensor, x_t: Tensor, t: Tensor) -> Tensor:
r"""Convert from x_1 representation to velocity.
r"""Convert from x_1 representation to epsilon.

| given :math:`X_1`.
| return :math:`\epsilon`.
Expand Down