From 59b78549f7baca0b8f4803fd4a660a42c501a2d4 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Sat, 5 Sep 2020 13:03:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Example=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b04a088..3acec8e 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,18 @@ Test Nvidia environment in relation to TensorFlow GPU available due to CUDA library incompatibility * `./run-docker` tests Docker support. Both TensorFlow versions should work as we're using a base image compatible to the respective version. + + +Example output +============== +~~~ +% ./run-docker +== tf1 +GPU 0: GeForce RTX 2080 (UUID: GPU-612ce75c-1340-772b-039c-2a83a3ea5c95) +TensorFlow 1.15.3 +GPU available: True +== tf2 +GPU 0: GeForce RTX 2080 (UUID: GPU-612ce75c-1340-772b-039c-2a83a3ea5c95) +TensorFlow 2.3.0 +GPU available: True +~~~