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¶
Clone the repository and enter the folder .. code-block:: bash
git clone https://gitlab.inria.fr/celvira/pymot.git cd pymot
(Optional) Create a virtual environment and activate it .. code-block:: bash
virtualenv venv -p python3 source venv/bin/activate
And execute the
setup.pyfile
pip install .
or
pip install -e .
if you want it editable.
Licence¶
To appear
Cite this work¶
To be announced