Tenserflow GPU (Latest 2.14) installation on Windows 11 through WSL2

  Рет қаралды 14,246

Learn with ZORO

Learn with ZORO

Күн бұрын

Пікірлер: 57
@anooshkabajaj
@anooshkabajaj 8 ай бұрын
This solved my problem! From the past few days I went through a lot of tutorials but still wasn't able to setup. Your tutorial worked!!
@vohoang6693
@vohoang6693 8 ай бұрын
Thank you my god, you save me . I have install and run with tensorflow 2.16.1. The section from 11:34 to 14:58 is outdate.If tensorflow version you want to install, requirement cudnn version 8, you can run sudo apt install libcudnn8 && \ sudo apt install libcudnn8-dev && \ sudo apt install libcudnn8-samples instead
@neiderwong
@neiderwong 8 ай бұрын
thanks, it worked :)
@igoralbuquerque7251
@igoralbuquerque7251 7 ай бұрын
You install CUDA 12.3 or 12.2?
@vohoang6693
@vohoang6693 7 ай бұрын
@@igoralbuquerque7251 I install CUDA 12.2 and it's still work
@vohoang6693
@vohoang6693 7 ай бұрын
@@igoralbuquerque7251 12.3
@CASPER.410
@CASPER.410 Жыл бұрын
Thank you very much for this video. I had trouble setting up the tensorflow in my computer and I couldn't get it to work for 3 weeks and this video finally helped me to install this successfully! I really want to appreciate this video!
@learn_with_zoro
@learn_with_zoro Жыл бұрын
That's fantastic to hear! I'm thrilled the video helped you the TensorFlow setup challenge. If you found it valuable, consider subscribing for more tech tips and tutorials. Happy coding!
@CASPER.410
@CASPER.410 Жыл бұрын
@TechTestingN of course I did subscribe it and liked the video. I'll wait for more tips and tutorials! Thanks again
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
Thank you
@vishwaskotegar5248
@vishwaskotegar5248 9 ай бұрын
beautiful video. just a small suggestion since i ran into a problem and found a workaround . the issue was at step 5.6 sudo apt-get install libcudnn8=8.x.x.x-1+cudaX.Y if you face the same problem check the available packages - apt list -a libcudnn8 and then rename accordingly. i had installed cuda12.3 but this package was unavailalble. and i installed cuDNN for 12.2 while still primarily using 12.3 .. somehow works for me
@HyagoBragaDosSantos
@HyagoBragaDosSantos 8 ай бұрын
Thank you so much for this video. I was "lost" into a deep research about solutions for my problem in which I didn't get to use my GPU for CNN training. Thank you again!
@CHIH3B
@CHIH3B 11 ай бұрын
i installed the newer tensorflow version with this and it worked.Thank you
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
You’re welcome. I’m glad to hear that it worked for you.
@GuilhermeVieiraSechat
@GuilhermeVieiraSechat 7 ай бұрын
Thansk! This worked perfectly for me, after 11h trying. I beliece the libraries were the issue of my tries before (starting directly from tensorflow[and-cuda]
@euuIgor
@euuIgor 8 ай бұрын
You are amazing. I've tried multiple tutorials and none of them worked. Your tutorial was the only one that worked, I'm so happy, thank you so much!!!😁
@juanmanuelcorino1717
@juanmanuelcorino1717 5 ай бұрын
You are de Best. The only change is install tensorflow 2.15
@mehmetsarkaya5267
@mehmetsarkaya5267 21 күн бұрын
Thanks man! This video helped me a lot!!!!
@SolomonChika
@SolomonChika 8 ай бұрын
Thank you so much, I have spent days trying to get this to work. I am really grateful.
@Jim99O
@Jim99O Жыл бұрын
Great video saved me a lot of time and nerves :)
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
Great to hear!
@ramanr8928
@ramanr8928 8 ай бұрын
Excellent , thank you for this awesome guide! Subscribed to see more good videos from you, cheers!
@learn_with_zoro
@learn_with_zoro 7 ай бұрын
Awesome, thank you!
@giuseppetricarico8724
@giuseppetricarico8724 4 ай бұрын
When I try to issue "python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"" i receive the following error "ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject". I checked all step and seems I did evwerything as in the video..
@KnowledgeIsGold
@KnowledgeIsGold 7 ай бұрын
Hi, i followed your tutorial. But i can't import from tensorflow.keras.preprocessing.image import ImageDataGenerator. It says module not fond
@kuleenthejas8382
@kuleenthejas8382 5 ай бұрын
when i try step 7 the tensorflow version is 2.17 but later when i try step 8 the tensorflow version finally ends up being 2.17 instead of 2.14 this doesn't seem to change i am getting error in the step 9 pls suggest something regarding this
@AdeelZia-k2t
@AdeelZia-k2t 5 ай бұрын
I don't understand after doing everything why did you do tensorflow -cuda at the end, It ended up upating my cuda to 12.3 while everything else was of 11.8 all along and now I have to do it all over again.
@augustojlle
@augustojlle Жыл бұрын
Thank you bro
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
Good luck!
@dinos0h
@dinos0h 7 ай бұрын
This works, omg. thank you so much
@ramaadillazein9786
@ramaadillazein9786 Жыл бұрын
thanks, your video is helpful
@learn_with_zoro
@learn_with_zoro Жыл бұрын
Thankyou 😊
@guilhermesantos3661
@guilhermesantos3661 6 ай бұрын
Works perfect!!!
@clp-d7r
@clp-d7r 3 ай бұрын
when i try to import CUDA GPG Key in 11:08 this message pops out "cp: cannot stat '/var/cudnn-local-repo-*/cudnn-local-*-keyring.gpg': No such file or directory" how can i fix this?
@fuzesky4401
@fuzesky4401 10 ай бұрын
How can I use a Jupyter notebook because when I create this file I get access denied?
@400bug4
@400bug4 Жыл бұрын
excellent tutorial👍
@learn_with_zoro
@learn_with_zoro Жыл бұрын
Glad you liked it!❤️
@arandomguy3526
@arandomguy3526 5 ай бұрын
Is installind cuda toolkit and cudnn necessary? As I only did pip install tensorflow[-andcuda] and it is working fine. Why did u show installation of cuda toolkit and cudnn if it was not necessary amd could only be done using tensorflow[-andcuda] ?
@AdeelZia-k2t
@AdeelZia-k2t 5 ай бұрын
For older hardware, we have to lock in versions because directly it pulls the latest versions which might not be compatible
@кириллполонский-е6ф
@кириллполонский-е6ф 8 ай бұрын
man you are the best
@dealwithpresent7988
@dealwithpresent7988 10 ай бұрын
is this same work for wsl Kali linux
@ramaadillazein9786
@ramaadillazein9786 Жыл бұрын
The cuda toolkit is installed in the py31 env right? So if I want to install cudf which require new environment, I have to install cuda toolkit on my new environment (for cudf), right?
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
I think yes, I am not sure either.
@h4wk_0
@h4wk_0 Жыл бұрын
guide is apparently nice. i have a question. why is my gpu slower than cpu when i am starting to train my neural network. i have 1660 ti and i7-10750h. feel awful cuz i waste 2 hourse to install that shit
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
It depends on exactly what your training. and compatibility of that algorithm with GPU. let me explain somethings GPUs are more efficient than CPUs for parallel computations, which are common in neural networks. However, some types of neural networks, such as recurrent neural networks (RNNs) or long short-term memory (LSTM) networks, are more sequential in nature and cannot be easily parallelized. This can limit the speedup of using a GPU over a CPU and There is a cost associated with transferring data between the CPU and the GPU, which can be significant if the data size is large or the frequency is high. This can reduce the performance gain of using a GPU over a CPU. I hope you understand it.
@h4wk_0
@h4wk_0 11 ай бұрын
@@learn_with_zoro yeah, thx. I’ve already got it
@minhnguyen1338
@minhnguyen1338 Жыл бұрын
thank you very much
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
You are welcome
@vegam05
@vegam05 7 ай бұрын
Thankyou!
@AniketKumarSinha-xd6xu
@AniketKumarSinha-xd6xu 8 ай бұрын
Thnx broooooooooooo 😭😭😭😭
@ChristianRichardson-i5f
@ChristianRichardson-i5f 11 ай бұрын
fun fact: check if wsl is installed already before installing it, or you might brick your computer
@learn_with_zoro
@learn_with_zoro 11 ай бұрын
I think it's not in all the cases. But still Check if WSL is already installed before installing it, or you may corrupt Windows and brick your computer. To check, open PowerShell as admin and type wsl --list --verbose. If you see Linux distributions, WSL is installed. If you see an error, WSL is not installed. To install WSL, follow the official instructions.
@joaquincampo6829
@joaquincampo6829 6 ай бұрын
I love you
@d.156
@d.156 8 ай бұрын
Thank you so much!! this finally worked 🥲
Tensorflow with GPU on Windows WSL using Docker
17:00
KNuggies
Рет қаралды 41 М.
How to install TensorFlow in Windows - 2024 Guide
20:15
RELUvance
Рет қаралды 16 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
How and why I switched to Linux
12:22
Thoroughmas
Рет қаралды 268 М.
Installing Latest TensorFlow GPU version of CUDA, cudNN | Tensorflow GPU Setup
9:02
Новый год 2025 на ТНТ "ComedyVision!" @ComedyClubRussia
1:16:27
Connecting Tensorflow  GPU
24:53
Learn with the noob
Рет қаралды 1,7 М.
How to Debloat Windows 11/10
12:21
Mental Outlaw
Рет қаралды 503 М.
Unlocking Stealth: LazyHyde Rootkit Demo - Hide Files and Directories Like a Pro! 🌐🔒LazyOwn Red Team
40:46
Killer Monky Recordz (LazyOwn RedTeam Framework)
Рет қаралды 96
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН