Commit cba9c7b
[WIP] quantized gromov wasserstein solver (#603)
* first commit : quantized gromov wasserstein solver
* start setting up tests
* fix build OT for all backends - nb: concatenation procedure is less efficient for numpy and torch
* dealing with edge cases
* fix pep8
* updates + start setting exemple
* updates + start setting exemple
* updating code + exemple + test + docs
* fix sklearn imports
* fix
* setting up new API for qGW
* fix pep8
* tests
* update qFGW plots
* update qFGW plots
* up tests
* update example
* merge master
* complete tests
---------
Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>1 parent 2472dd4 commit cba9c7b
File tree
7 files changed
+2060
-3
lines changed- examples/gromov
- ot/gromov
- test/gromov
7 files changed
+2060
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
358 | 359 | | |
359 | 360 | | |
360 | 361 | | |
361 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments