Skip to content

Commit 4ff993b

Browse files
authored
Merge pull request SciSharp#260 from serjl/dev
Updating readme file regarding WIndows GPU Tensorflow
2 parents b357cad + 9be57f4 commit 4ff993b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tensorflowlib/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Here are some pre-built TensorFlow binaries you can use for each platform:
66
- CPU-only: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-1.13.1.tar.gz
77
- GPU-enabled: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-1.13.1.tar.gz
88
- Mac: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-darwin-x86_64-1.13.1.tar.gz
9-
- Windows: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-1.13.1.zip
9+
- Windows
10+
- CPU-only: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-1.13.1.zip
11+
- GPU-enabled: https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-windows-x86_64-1.13.1.zip
1012

1113
### Run in Linux
1214

@@ -16,6 +18,9 @@ Download Linux pre-built library and unzip `libtensorflow.so` and `libtensorflow
1618

1719
### Run in Mac OS
1820

21+
### GPU Tensorflow for windows
22+
Before running verify you installed CUDA and cuDNN
23+
1924
### Build from source for Windows
2025

2126
https://www.tensorflow.org/install/source_windows

0 commit comments

Comments
 (0)