Browse Source

Update TensorFlow v2.x info.

tags/v0.20
久永 Haiping 5 years ago
parent
commit
49469673fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tensorflowlib/README.md

+ 1
- 1
tensorflowlib/README.md View File

@@ -19,7 +19,7 @@ sudo apt install libgdiplus
More information about [System.Drawing on Linux](<https://www.hanselman.com/blog/HowDoYouUseSystemDrawingInNETCore.aspx>). More information about [System.Drawing on Linux](<https://www.hanselman.com/blog/HowDoYouUseSystemDrawingInNETCore.aspx>).


### Run TensorFlow in GPU ### 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 #### Run in Mac OS
There is no GPU support for macOS. There is no GPU support for macOS.


Loading…
Cancel
Save