summaryrefslogtreecommitdiff
path: root/ot/gpu/da.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:15:40 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-26 12:15:40 +0200
commit00970175c0f8ba9a99b61a182b32e329f219d382 (patch)
treef8009c8947360a7f46affec6525edbceeb018796 /ot/gpu/da.py
parentfac003de3d3a159bb8fb6228786479cdede2df4e (diff)
add license and authors on all modules
Diffstat (limited to 'ot/gpu/da.py')
-rw-r--r--ot/gpu/da.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/ot/gpu/da.py b/ot/gpu/da.py
index c66e755..7fb488d 100644
--- a/ot/gpu/da.py
+++ b/ot/gpu/da.py
@@ -3,6 +3,15 @@
Domain adaptation with optimal transport with GPU implementation
"""
+# Author: Remi Flamary <remi.flamary@unice.fr>
+# Nicolas Courty <ncourty@irisa.fr>
+# Michael Perrot <michael.perrot@univ-st-etienne.fr>
+# Leo Gautheron <https://github.com/aje>
+#
+# License: MIT License
+
+
+
import numpy as np
from ..utils import unif
from ..da import OTDA