Open selmanozleyen opened 5 days ago
Hi, I was reading the tong et al 23 paper and noticed the implementation might be wrong here. As I was using this flow for my thesis project already.
In the implementation ut() = x1-x0 but in the paper it is
https://github.com/ott-jax/ott/blob/828acca41a0c41ce38440ad51896e5c29161cbbd/src/ott/neural/methods/flows/dynamics.py#L143
Good point @selmanozleyen , can you open a PR?
Hi, I was reading the tong et al 23 paper and noticed the implementation might be wrong here. As I was using this flow for my thesis project already.
In the implementation ut() = x1-x0 but in the paper it is
https://github.com/ott-jax/ott/blob/828acca41a0c41ce38440ad51896e5c29161cbbd/src/ott/neural/methods/flows/dynamics.py#L143