fo40225 / tensorflow-windows-wheel

Tensorflow prebuilt binary for Windows
3.65k stars 1.53k forks source link

tf r2.7 python3.9 avx2 cuda10.1/cudnn8.05/sm3.0,3.5,7 #182

Closed alexhua closed 2 years ago

alexhua commented 2 years ago

Already test on windows 11

GPU: NV GT750M CUDA: 10.1 cudnn: 8.0.5 TensorFlow: r2.7

python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))" 2022-01-22 16:42:53.799674: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1525] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 1402 MB memory: -> device: 0, name: GeForce GT 750M, pci bus id: 0000:01:00.0, compute capability: 3.0 tf.Tensor(1.0343933, shape=(), dtype=float32)