DiscretePathSample#

class flow_matching.path.path_sample.DiscretePathSample(x_1: Tensor, x_0: Tensor, t: Tensor, x_t: Tensor)[source]#

Represents a sample of a conditional-flow generated discrete probability path.

x_1#

the target sample \(X_1\).

Type:

Tensor

x_0#

the source sample \(X_0\).

Type:

Tensor

t#

the time sample \(t\).

Type:

Tensor

x_t#

the sample along the path \(X_t \sim p_t\).

Type:

Tensor