You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ This repository assumes you have an Ubuntu 16.04 x86_64 running Python 3.(5.X).
15
15
16
16
# GPU Acceleration
17
17
18
+
> Note: As of current TensorFlow version 1.4.0: `All our prebuilt binaries have been built with CUDA 8 and cuDNN 6. We anticipate releasing TensorFlow 1.5 with CUDA 9 and cuDNN 7.` However, building from source with 1.4.0 using CUDA 9 and cuDNN 7 should be fine and working.
19
+
18
20
For GPU-accelerated tensorflow, ensure you do or have done the following:
19
21
20
22
1. You have a GPU with CUDA Compute Capability 3.0 or higher.
0 commit comments