From b6977571c1788152b85b756f2a09b1f47b99aac5 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 3 Oct 2018 08:27:36 +0200 Subject: update releases.md --- ot/gpu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot/gpu') diff --git a/ot/gpu/__init__.py b/ot/gpu/__init__.py index 213578c..deda6b1 100644 --- a/ot/gpu/__init__.py +++ b/ot/gpu/__init__.py @@ -9,7 +9,7 @@ By default, the functions in this module accept and return numpy arrays in order to proide drop-in replacement for the other POT function but the transfer between CPU en GPU comes with a significant overhead. -In order to get the best erformances, we recommend to given only cupy +In order to get the best erformances, we recommend to give only cupy arrays to the functions and desactivate the conversion to numpy of the result of the function with parameter ``to_numpy=False``. -- cgit v1.2.3