You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various languages):
148
149
149
150
*[Gabriel Peyré](http://gpeyre.github.io/) (Wasserstein Barycenters in Matlab)
150
151
*[Nicolas Bonneel](http://liris.cnrs.fr/~nbonneel/) ( C++ code for EMD)
151
152
*[Marco Cuturi](http://marcocuturi.net/) (Sinkhorn Knopp in Matlab/Cuda)
152
153
154
+
## Using and citing the toolbox
153
155
156
+
If you use this toolbox in your research and find it useful, please cite POT using the following bibtex reference:
157
+
```
158
+
@article{flamary2017pot,
159
+
title={POT Python Optimal Transport library},
160
+
author={Flamary, R{\'e}mi and Courty, Nicolas},
161
+
year={2017}
162
+
}
163
+
```
154
164
## Contributions and code of conduct
155
165
156
166
Every contribution is welcome and should respect the [contribution guidelines](CONTRIBUTING.md). Each member of the project is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
0 commit comments