CondOTScheduler#

class flow_matching.path.scheduler.CondOTScheduler[source]#

CondOT Scheduler.

kappa_inverse(kappa: Tensor) Tensor[source]#

Computes \(t\) from \(\kappa_t\).

Parameters:

kappa (Tensor) – \(\kappa\), shape (…)

Returns:

t, shape (…)

Return type:

Tensor