Pymot: Optimal transport from moments

Pymot is an open-source python framework for solving optimal transport problem when only moments of the distribution are available. It supports our incoming papers.

Documentation contents

Requirements

Pymot Works with python 3.6+.

Dependencies:

To install the dependencies, simply run

pip install torch numpy scipy matplotlib

Install from sources

  1. Clone the repository and enter the folder .. code-block:: bash

  2. (Optional) Create a virtual environment and activate it .. code-block:: bash

    virtualenv venv -p python3 source venv/bin/activate

  3. And execute the setup.py file

pip install .

or

pip install -e .

if you want it editable.

Licence

To appear

Cite this work

To be announced

Indices and tables