From 4a890dd94365bb5cdc88f2603cd7486cf7aeacac Mon Sep 17 00:00:00 2001 From: Dat Tran Date: Sat, 5 Oct 2019 17:56:04 +0200 Subject: [PATCH] Small refactoring of the readme text. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91f12d40..029487b2 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ There are two ways to install imagededup: pip install imagededup ``` -⚠️ **Note**: imagededup comes with TensorFlow CPU-only support by default. If you have a machine with GPU support, you should rather install it -especially if you use CNN to find duplicates. It's way faster. See the [TensorFlow guide](https://www.tensorflow.org/install/gpu) -for more details on how to install it. +⚠️ **Note**: imagededup comes with TensorFlow CPU-only support by default. If you have GPUs, you should rather +install the TensorFlow version with GPU support especially when you use CNN to find duplicates. It's way faster. See the +[TensorFlow guide](https://www.tensorflow.org/install/gpu) for more details on how to install it. * Install imagededup from the GitHub source: