From 49469673fe0c5f76fab9738a63386b3f54224572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=85=E6=B0=B8?= Date: Sun, 1 Mar 2020 14:34:49 +0800 Subject: [PATCH] Update TensorFlow v2.x info. --- tensorflowlib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflowlib/README.md b/tensorflowlib/README.md index 320f5619..6c5e6901 100644 --- a/tensorflowlib/README.md +++ b/tensorflowlib/README.md @@ -19,7 +19,7 @@ sudo apt install libgdiplus More information about [System.Drawing on Linux](). ### Run TensorFlow in GPU -Before running verify you installed CUDA and cuDNN (TensorFlow v1.15 is compatible with CUDA v10.0 and cuDNN v7.4), and make sure the corresponding cuda version is compatible. +Before running verify you installed CUDA and cuDNN (TensorFlow v1.15 is compatible with CUDA v10.0 and cuDNN v7.4 , TensorFlow v2.x is compatible with CUDA v10.2 and cuDNN v7.65), and make sure the corresponding cuda version is compatible. #### Run in Mac OS There is no GPU support for macOS.