Skip to content

Commit 2b375f2

Browse files
committed
update notebooks
1 parent b5e45bb commit 2b375f2

22 files changed

+414
-254
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,23 @@ It provides the following solvers:
2525

2626
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
2727

28+
#### Using and citing the toolbox
29+
30+
If you use this toolbox in your research and find it useful, please cite POT using the following bibtex reference:
31+
```
32+
@article{flamary2017pot,
33+
title={POT Python Optimal Transport library},
34+
author={Flamary, R{\'e}mi and Courty, Nicolas},
35+
year={2017}
36+
}
37+
```
38+
2839
## Installation
2940

3041
The library has been tested on Linux, MacOSX and Windows. It requires a C++ compiler for using the EMD solver and relies on the following Python modules:
3142

3243
- Numpy (>=1.11)
33-
- Scipy (>=0.17)
44+
- Scipy (>=1.0)
3445
- Cython (>=0.23)
3546
- Matplotlib (>=1.5)
3647

@@ -156,16 +167,7 @@ This toolbox benefit a lot from open source research and we would like to thank
156167
* [Nicolas Bonneel](http://liris.cnrs.fr/~nbonneel/) ( C++ code for EMD)
157168
* [Marco Cuturi](http://marcocuturi.net/) (Sinkhorn Knopp in Matlab/Cuda)
158169

159-
## Using and citing the toolbox
160170

161-
If you use this toolbox in your research and find it useful, please cite POT using the following bibtex reference:
162-
```
163-
@article{flamary2017pot,
164-
title={POT Python Optimal Transport library},
165-
author={Flamary, R{\'e}mi and Courty, Nicolas},
166-
year={2017}
167-
}
168-
```
169171
## Contributions and code of conduct
170172

171173
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).

docs/cache_nbrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"plot_otda_mapping_colors_images.ipynb": "4f0587a00a3c082799a75a0ed36e9ce1", "plot_optim_OTreg.ipynb": "481801bb0d133ef350a65179cf8f739a", "plot_barycenter_1D.ipynb": "6063193f9ac87517acced2625edb9a54", "plot_WDA.ipynb": "27f8de4c6d7db46497076523673eedfb", "plot_otda_linear_mapping.ipynb": "23d5203f707e0156f3cf8755d96f1dc1", "plot_OT_L1_vs_L2.ipynb": "5d565b8aaf03be4309eba731127851dc", "plot_otda_color_images.ipynb": "d047d635f4987c81072383241590e21f", "plot_otda_classes.ipynb": "39087b6e98217851575f2271c22853a4", "plot_otda_d2.ipynb": "e6feae588103f2a8fab942e5f4eff483", "plot_otda_mapping.ipynb": "2f1ebbdc0f855d9e2b7adf9edec24d25", "plot_gromov.ipynb": "24f2aea489714d34779521f46d5e2c47", "plot_compute_emd.ipynb": "f5cd71cad882ec157dc8222721e9820c", "plot_OT_1D.ipynb": "b5348bdc561c07ec168a1622e5af4b93", "plot_gromov_barycenter.ipynb": "953e5047b886ec69ec621ec52f5e21d1", "plot_otda_semi_supervised.ipynb": "f6dfb02ba2bbd939408ffcd22a3b007c", "plot_OT_2D_samples.ipynb": "07dbc14859fa019a966caa79fa0825bd", "plot_barycenter_lp_vs_entropic.ipynb": "9866e6f8d1dbfcd0f2ea514dc3a330fc"}
1+
{"plot_otda_mapping_colors_images.ipynb": "4f0587a00a3c082799a75a0ed36e9ce1", "plot_optim_OTreg.ipynb": "481801bb0d133ef350a65179cf8f739a", "plot_otda_color_images.ipynb": "d047d635f4987c81072383241590e21f", "plot_WDA.ipynb": "27f8de4c6d7db46497076523673eedfb", "plot_otda_linear_mapping.ipynb": "a472c767abe82020e0a58125a528785c", "plot_OT_L1_vs_L2.ipynb": "5d565b8aaf03be4309eba731127851dc", "plot_barycenter_1D.ipynb": "6063193f9ac87517acced2625edb9a54", "plot_otda_classes.ipynb": "39087b6e98217851575f2271c22853a4", "plot_otda_d2.ipynb": "e6feae588103f2a8fab942e5f4eff483", "plot_otda_mapping.ipynb": "2f1ebbdc0f855d9e2b7adf9edec24d25", "plot_gromov.ipynb": "24f2aea489714d34779521f46d5e2c47", "plot_compute_emd.ipynb": "f5cd71cad882ec157dc8222721e9820c", "plot_OT_1D.ipynb": "b5348bdc561c07ec168a1622e5af4b93", "plot_gromov_barycenter.ipynb": "953e5047b886ec69ec621ec52f5e21d1", "plot_otda_semi_supervised.ipynb": "f6dfb02ba2bbd939408ffcd22a3b007c", "plot_OT_2D_samples.ipynb": "07dbc14859fa019a966caa79fa0825bd", "plot_barycenter_lp_vs_entropic.ipynb": "51833e8c76aaedeba9599ac7a30eb357"}
718 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.
3.21 KB
Loading
5.75 KB
Loading
-1.13 KB
Loading
-1.75 KB
Loading
897 Bytes
Loading
-560 Bytes
Loading

0 commit comments

Comments
 (0)