ott icon indicating copy to clipboard operation
ott copied to clipboard

Optimal transport tools implemented with the JAX framework, to get differentiable, parallel and jit-able computations.

Results 113 ott issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Setting scale_cost = "std" fails when accessing the cost matrix, for PointCloud **To Reproduce** ```python import jax from ott.geometry import pointcloud n = 5 d = 2...

Dear developers, **Problem statement** Current Monge Gap implementation doesn't extend to unseen/novel conditions **Solution** We've implemented a conditional monge gap as extension of the monge gap from ott-jax, see [paper](https://openreview.net/pdf/832bd10e4ed56ccc07f250f80cb1d5013fe04731.pdf)...

Hi, I have a question about onnx support for the jax-version of ICNNs Does anyone know of support or has tried to export the jax-version of the ICNN to onnx...