Last active
March 13, 2020 19:36
-
-
Save previtus/320b293faa67feadb160163613c51764 to your computer and use it in GitHub Desktop.
Tensorflow-gpu versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Safe combination for Windows 10 (crazy, eh?) | |
GPU: GeForce 1050 Ti | |
Working: | |
Cuda 10 -> cuda_10.0.130_411.31_win10 | |
Cudnn for it -> cudnn-10.0-windows10-x64-v7.6.5.32(for CUDA 10.0).zip | |
Python 3.7.7 | |
Tensorflow-gpu 1.14.0 -> pip3 install --upgrade tensorflow-gpu==1.14.0 | |
Test with: | |
import tensorflow as tf | |
tf.test.is_built_with_cuda() | |
tf.test.is_gpu_available(cuda_only=False, min_cuda_compute_capability=None) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment