We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fe245 commit 4ced742Copy full SHA for 4ced742
ot/__init__.py
@@ -17,6 +17,6 @@
17
from .da import sinkhorn_lpl1_mm
18
19
# utils functions
20
-from utils import dist,unif
+from .utils import dist,unif
21
22
__all__ = ["emd","sinkhorn","utils",'datasets','bregman','lp','plot','dist','unif','barycenter','sinkhorn_lpl1_mm','da','optim']
0 commit comments