Install Tensorflow GPU on Windows 10 with CUDA and cuDNN

preview_player
Показать описание
Tutorial on how to install TensorFlow GPU on windows 10. We will setup TensorFlow with CUDA and install OpenCV using Anaconda in Python 3.7 environment.

EDIT: Updated tutorial to install TensorFlow GPU 2.3.0 and PyTorch 1.6.0 on Windows 10

#tensorflow
#opencv
#TheCodingBug
---------------------------------------------
► My Other Tutorials:
---------------------------------------------
---------------------------------------------
DISCLAIMER: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. There is no additional charge to you!
---------------------------------------------
Links:

---------------------------------------------

 Background Music Credits:

KenForce:

Envici:

Music from Soundcloud
Рекомендации по теме
Комментарии
Автор


YOLOv4 with TensorFlow and TFLite:

YOLOv4 with Darknet on Windows:

OpenCV with CUDA on Windows:

YOLOv3 YOLOv4 with OpenCV:

TheCodingBug
Автор

After countless hours, I had almost given up integrating CUDA into my programs. This is honestly the best youtube video I've seen in a very, very long time. I can't thank you enough.

TheAmishWarlord
Автор

This was very helpful sir! I was stuck while running a GAN code. I'd been searching all over the internet on how to accelerate my GPU. This video solved that in 5 minutes.

himanshupant
Автор

Well made video. Do you have another for python syntax as to how to make sure that you are using your GPU in Keras?

michaelschmidlin
Автор

thank you, I had a lot of error before the video, it is running now

esrabaskurt
Автор

Best tutorial for setting up tensorflow-gpu

osamajamil
Автор

You can even add keras-gpu the same way as TF and OpenCV in requirements.txt right?

PradHolla
Автор

did you already have the nvidia drivers?

JoseGarcia-pxxj
Автор

Brother I need to ask regarding my problem

mahalim.
Автор

Hi, is there a way i can reach you directly cos after i entered the 'import tensorflow as tf' i got this error "ERROR:root:Internal Python error in the inspect module" Please i need your help

sashthecreator
Автор

I get this after following the steps...
from import *
ImportError: DLL load failed: The specified module could not be found.

mikeazatov
Автор

Will it work without modifying system variables?

deepshah
Автор

do we need to have visual studio installed?

gustavozantut
Автор

I am getting error when i tried to print the tensorflow version, please help

keshavpatta
Автор

is there any way to install cudnn on win10 other than nvidia website like github or any other source

ronaktawde
Автор

internal: failed to get device attribute 13 for device 0: cuda_error_unknown: unknown error
can someone help me to solve this

shravananantharamakrishnan
Автор

tensorflow-gpu==2.8.0
opencv-python

tf.__version__
cv2.__version__

JonBjonbplay