Skip to content

Instantly share code, notes, and snippets.

@previtus
Last active March 13, 2020 19:36
Show Gist options
  • Save previtus/320b293faa67feadb160163613c51764 to your computer and use it in GitHub Desktop.
Save previtus/320b293faa67feadb160163613c51764 to your computer and use it in GitHub Desktop.
Tensorflow-gpu versions
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