summaryrefslogtreecommitdiff
path: root/ot/datasets.py
AgeCommit message (Collapse)Author
2021-12-09[MRG] Tensorflow backend & Benchmarker & Myst_parser (#316)Nathan Cassereau
* First batch of tf methods (to be continued) * Second batch of method (yet to debug) * tensorflow for cpu * add tf requirement * pep8 + bug * small changes * attempt to solve pymanopt bug with tf2 * attempt #2 * attempt #3 * attempt 4 * docstring * correct pep8 violation introduced in merge conflicts resolution * attempt 5 * attempt 6 * just a random try * Revert "just a random try" This reverts commit 8223e768bfe33635549fb66cca2267514a60ebbf. * GPU tests for tensorflow * pep8 * attempt to solve issue with m2r2 * Remove transpose backend method * first draft of benchmarker (need to correct time measurement) * prettier bench table * Bitsize and prettier device methods * prettified table bench * Bug corrected (results were mixed up in the final table) * Better perf counter (for GPU support) * pep8 * EMD bench * solve bug if no GPU available * pep8 * warning about tensorflow numpy api being required in the backend.py docstring * Bug solve in backend docstring * not covering code which requires a GPU * Tensorflow gradients manipulation tested * Number of warmup runs is now customizable * typo * Remove some warnings while building docs * Change prettier_device to device_type in backend * Correct JAX mistakes preventing to see the CPU if a GPU is present * Attempt to solve JAX bug in case no GPU is found * Reworked benchmarks order and results storage & clear GPU after usage by benchmark * Add bench to backend docstring * better benchs * remove useless stuff * Better device_type * Now using MYST_PARSER and solving links issue in the README.md / online docs
2021-11-03[MRG] Docs updates (#298)ncassereau-idris
* bregman docs * sliced docs * docs partial * unbalanced docs * stochastic docs * plot docs * datasets docs * utils docs * dr docs * dr docs corrected * smooth docs * docs da * pep8 * docs gromov * more space after min and argmin * docs lp * bregman docs * bregman docs mistake corrected * pep8 Co-authored-by: Rémi Flamary <remi.flamary@gmail.com>
2020-04-24pep8Rémi Flamary
2020-04-24better doc per moduleRémi Flamary
2020-04-24test raise un partial otRémi Flamary
2020-04-02laplace v1ievred
2020-04-01add dataset clean plotievred
2019-07-09moreAlexandre Gramfort
2018-09-24correct typo deprecated functionRémi Flamary
2018-05-30replace function name tin testsRémi Flamary
2018-05-30rename functions + deprecated old namesRémi Flamary
2018-05-30pep8 + working testsRémi Flamary
2018-05-30add random_stateRémi Flamary
2017-07-26add license and authors on all modulesRémi Flamary
2017-07-20pep8Alexandre Gramfort
2016-12-02small updateRémi Flamary
2016-12-01update barycenter demoRémi Flamary
2016-11-07add log and epsilon scaling stabilizationsRémi Flamary
2016-11-03add mapping estimation with kernels (still debugging)Rémi Flamary
2016-11-03add mapping estimation (still debugging)Rémi Flamary
2016-10-28doc datasets.pyRémi Flamary
2016-10-26add domain adaptation demoRémi Flamary
2016-10-24add domain adaptationRémi Flamary
2016-10-24comments in modulesRémi Flamary
2016-10-24add plot and utils functionsRémi Flamary
2016-10-21demo+sinkhornRémi Flamary