From 4dbd9fbeeac3626c501c55419e2a9ae4aebce740 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 10 Sep 2020 12:01:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Results?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6f0be99..aa6bd0a 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,13 @@ GPU 0: GeForce RTX 2080 (UUID: GPU-612ce75c-1340-772b-039c-2a83a3ea5c95) TensorFlow 2.3.0 GPU available: True ~~~ + +Results +======= +As of 2020-09, the only combinations that are working: + +* TensorFlow 1.15.3 using CUDA Toolkit 10.0 +* TensorFlow 2.3.0 using CUDA Toolkit 10.1 + +This is only for pip-installable TensorFlow, not self-compiled nor Anaconda. +We also did not test other TensorFlow versions.