Install TensorFlow GPU on WSL2 (Windows Subsystem for Linux) - Step by Step Tutorial

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 151

  • @drewx2000
    @drewx2000 3 місяці тому +7

    Thanks a million for this video, was going crazy trying to get my GPU on Windows to work with tf and spent many hours, this worked! Working with a combination of Tensorflow 2.17.0, cuDNN 8.9, CUDA 12.3 and TensorRT 10.6 - just needed to change some of the naming!

  • @Natanael_c137
    @Natanael_c137 7 місяців тому +6

    In more than three weeks of watching tutorials and looking for amazing solutions, you were the only one who could help me. Thank you very much.

    • @TechJotters24
      @TechJotters24  7 місяців тому +2

      You are welcome!! Really happy it works for you!!!

    • @ebrar5339
      @ebrar5339 5 місяців тому

      @@TechJotters24 @arandomguy3526
      1 ay önce
      Hi, is this error normal "E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered.
      E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
      E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered

  • @abdom-p2k
    @abdom-p2k Місяць тому +1

    thanks a lot for the effort that you've put here . these worked for me tensorflow-2.18.0 , CUDA 12.5 , cuDNN v8.9.7 , TensorRT 10.7

  • @MrAtotheH
    @MrAtotheH 17 днів тому +1

    This was absolute legend!

  • @Polina-d6x
    @Polina-d6x 3 місяці тому +1

    Thank you!!! You can't image how much this video has helped me, literally wasted days on trying to install everything before I found you

  • @inclinedadarsh
    @inclinedadarsh 7 місяців тому +3

    I have been trying to do this for so long. Finally a video that showed me exactly how to do that and solved all my queries. Thank you so much!

  • @shashankpericherla3399
    @shashankpericherla3399 7 місяців тому +4

    Thank you so much bro , I wasted hours and days trying to figure whats wrong. you deserve more support and subscribers.

    • @TechJotters24
      @TechJotters24  7 місяців тому +1

      You are welcome. Really happy to help!!!

  • @AboElWes
    @AboElWes 7 місяців тому +4

    You Are a LEGEND man!!! After all that searching you are the one who's done it for me. Keep Going. CHEERS!!!

  • @FocusedLoop
    @FocusedLoop 4 місяці тому +4

    Works perfect as of 19/09/2024, amazing video!

  • @soumyadiptikader891
    @soumyadiptikader891 3 місяці тому

    Finally a video that I required. I tried for last 10 months but did not got any appropriate solutions. Finally your video helped me for proper setup of WSL with GPU access.

  • @kayodeayodele8835
    @kayodeayodele8835 Місяць тому

    Maaan! You are

    • @victoroliveroing
      @victoroliveroing Місяць тому

      Works for you?

    • @kayodeayodele8835
      @kayodeayodele8835 Місяць тому

      @@victoroliveroing Yes, it did. Only slight issue was a small mistake where he downloaded a Windows download rather than Linux. However, he walked back the error very soon after. Did you encounter any error?

  • @PeterChen-b7f
    @PeterChen-b7f Місяць тому

    Thanks a lot, I followed each steps and finally get everything done. The codes works very well!

  • @adityaghadge2119
    @adityaghadge2119 4 місяці тому +1

    A very comprehensive and thorough guide. It definitely shows how much research you have done. Thank you for this amazing video! Also tensorflow is stopping support for TensorRT in the next update so if you are installing a newer version don't bother installing TensorRT
    To the people who are facing issues when installing a different version of CUDA or cuDNN please make sure that in whichever command you run to make sure the version number is of the version of your installation .
    For example I installed version 12.3 of CUDA so in commands like:
    sudo cp include/cudnn*.h /usr/local/cuda-12.1/include
    I had to change it to:
    sudo cp include/cudnn*.h /usr/local/cuda-12.3/include
    Thoroughly check each command for version number or else you will face issues.
    Just follow the steps mentioned in the video and you should be fine.

  • @rahulsinghgulia6666
    @rahulsinghgulia6666 2 місяці тому

    This is legendary. Thanks a lot for putting all this together. I am so grateful. This has been troubling me for months. This thing has woken me up till 2 am. I am glad everything came up just perfectly. Thank you once again.

  • @bertjansen1811
    @bertjansen1811 6 місяців тому +2

    Brilliant, Thank You! Been trying to do this for at least 6 month now and finally got it to work!!!😁

  • @BrunoPortoMonteiro
    @BrunoPortoMonteiro 2 місяці тому

    Bro, you just saved me. I can't describe how helpful this video was. Thanks for this. Hope God blesses you.

  • @codex4336
    @codex4336 5 місяців тому +1

    Bro you're GOATED. The only tutorial that worked for me after searching everywhere. Subscribed and Liked

  • @898guitarist898
    @898guitarist898 6 місяців тому

    Man, I don't know how it's possible but it's working. You did such a great tutorial for a noob as me that started 3 days ago learning Deep Learning. And it worked at the first try! Great job

  • @bxyz
    @bxyz 7 місяців тому +1

    Thank you so much! The only tutorial that has worked so far end-to-end. Thanks again!

    • @TechJotters24
      @TechJotters24  7 місяців тому +1

      You are welcome.

    • @bxyz
      @bxyz 6 місяців тому

      @@TechJotters24 I tried to run the same instructions but after installing tensorflow @ [python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"] , I got:
      2024-07-25 22:47:21.340568: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
      2024-07-25 22:47:21.616111: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
      2024-07-25 22:47:21.706543: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
      2024-07-25 22:47:21.727644: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
      2024-07-25 22:47:21.870530: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
      Would you happen to know what happened?

    • @bxyz
      @bxyz 6 місяців тому

      I was able to fix it with this code:
      python3 -m pip uninstall tensorflow[and-cuda]
      python3 -m pip install "tensorflow[and-cuda]==2.16.1"

  • @anandharsh
    @anandharsh 7 місяців тому +2

    Thank you so much. Please keep uploading. Learned a lot from you. Respect.

  • @mmehrose
    @mmehrose 4 місяці тому +1

    Very detailed video, Thumbs up for that. One suggestion though , plz zoom on to the specific point for better visibility

  • @jedi4z
    @jedi4z 5 місяців тому +1

    This helped me a looooot! thank you so much! now I can use all my GPU 🙌🏼

  • @markus9871
    @markus9871 4 місяці тому +1

    Great tutorial! Works smoothly with tf 12.7 (without tfrt)

    • @victoroliveroing
      @victoroliveroing Місяць тому

      Dont install TensorRT?

    • @markus9871
      @markus9871 Місяць тому

      @@victoroliveroing I'm not entirely sure. But I believe back then there was a version conflict with TF2.17, Python3.12.7 and TFRT. Maybe there was another reason but I can't remember. If you can figure it out with tfrt, go for it. But since it's optional I decided against it.

    • @LakshyaVerma-h1l
      @LakshyaVerma-h1l 13 днів тому

      @@markus9871 can i download tf not tensor rt ? i have to download tensorflow 12.18

  • @eymericchauchat
    @eymericchauchat 7 місяців тому +4

    You're the software wizard I needed, thank you very much

  • @shanicedoesdata9837
    @shanicedoesdata9837 5 місяців тому

    Thanks for the great tutorial! I have tried a few but this is the only one I got to work!! My MSc project thanks you!!!

  • @kirannchelak
    @kirannchelak 5 місяців тому +1

    Thank you so much for helping us in a detailed manner, thank you so much ! ❤

  • @nini_kys
    @nini_kys 7 місяців тому +2

    Thank you SO MUCH! All other resources are sooo behind that I wasted way too much time trying to get TensorRT to show up.

  • @endex47
    @endex47 5 місяців тому

    wow, you have really helped me to set up my machine learning environment on my windows. Thank you!!

  • @stedocli6387
    @stedocli6387 2 місяці тому

    very helpful, thank you. Would be cool to see what kinds of projects you work to put machine learning to work.

  • @nikitsbozenko3396
    @nikitsbozenko3396 7 місяців тому

    Lol bro, I've been trying to find a solution to this problem for almost a week, I've read many gigabytes of information and visited every possible page on Nvidia's website, and somehow I can't solve this problem, you're my superman, thank you very much)❤❤❤

  • @d.p.5874
    @d.p.5874 3 місяці тому

    Thanks a lot for your effort to explain how to finally succeed in installing TF with GPU using WSL
    Shall we have to redo all the process again in 6 months with new versions of all those components ?
    Gee !😁
    Kind regards

  • @maurochiandone6613
    @maurochiandone6613 17 днів тому

    Thank you very much man! Very helpful tutorial; made me save very much time!!! :-)

  • @iihyder
    @iihyder 7 місяців тому +1

    Thank you my brother!
    Very Useful video

  • @halilkaya4503
    @halilkaya4503 7 місяців тому +1

    Thank you for preparing this guide, it was very helpful

  • @WWinsWotV
    @WWinsWotV 7 місяців тому +1

    Thank you!! Guide worked perfectly.

  • @kylamarjes3438
    @kylamarjes3438 3 місяці тому

    thnx so much bro it's working on my first try

  • @tidewithtech
    @tidewithtech 3 місяці тому

    love u so much ! thanks for turtorial my sir

  • @nonameastold8352
    @nonameastold8352 6 місяців тому +2

    Awesome video. Thanks a lot. Till now I was using Ubuntu and windows separately using dual boot and has tf gpu install at both place. Both has its benefit. With windows it allowed me to open large models because some how in windows my gpu was able access my system ram too. But Ubuntu supported many features of torch which doesn’t work on windows. No I am getting a new laptop and wanted to try this wsl. I want to know from your experience is your gpu able to access system memory?

  • @geminizhao7655
    @geminizhao7655 2 місяці тому

    Thank you!! It works perfectly

  • @abhijitmustafi
    @abhijitmustafi 7 місяців тому +1

    You are the new Buddha ...because you are the only one who shows the "right way" !!

  • @itsamitnitrkl5199
    @itsamitnitrkl5199 7 місяців тому +1

    true legend to solve the problem

  • @muhammadanan9190
    @muhammadanan9190 3 місяці тому

    18:07 any reason why you choose linux here over ubuntu? (your system is ubuntu right)

  • @AKN96
    @AKN96 6 місяців тому

    Thanks, Man. This really helps.

  • @Dogobley
    @Dogobley 2 місяці тому +1

    wasn't working for me because tensorflow[and-cuda] is now 2.18. I try pip install tensorflow[and-cuda]==2.16.1 and it works perfectly

  • @yudhitanasa728
    @yudhitanasa728 7 місяців тому +1

    Thank you so much. It works, really save the time. GOD BLESS YOU.

  • @playboicarti_vamp
    @playboicarti_vamp 7 місяців тому +2

    Thanks a lot man, this is the best video. I was trying to install for more than a day and couldn't. U r a saviour 🙏.
    One thing i want to ask is ur GitHub link u provided has some extra lines of code to execute at the end like sudo rm and few other lines that you don't talk about in the video, should I run them?

  • @ShahidulAbir
    @ShahidulAbir 7 місяців тому

    Great tutorial! Thank you so much.

  • @nilutpaldas8336
    @nilutpaldas8336 7 місяців тому

    **THIS VIDEO CAN HELP YOU TO INSTALL ANY VERSION OF CUDA, CUDNN, TENSORRT, AND TENSORFLOW IN YOUR WSL2**
    Thank you again for creating an updated video on this topic.
    feedback: kindly fix the chapter's timing it is not in sync.

  • @johnbond6806
    @johnbond6806 3 місяці тому

    Amazing, thanks!

  • @narendralv6379
    @narendralv6379 7 місяців тому

    Thank you!. This worked!

  • @surajkumar-vd6xl
    @surajkumar-vd6xl 7 місяців тому +1

    Thank you so much. Great tutorial! 👍👍👍👍👍👍👍

  • @ricardorise
    @ricardorise 7 місяців тому +2

    You are de Guy. Thankyou very much

  • @meaningbread15
    @meaningbread15 7 місяців тому +2

    you're the best!

  • @Hatim14031879
    @Hatim14031879 5 місяців тому

    Thank you a lot for this 🙏🙏

  • @gleekiju
    @gleekiju 2 місяці тому

    Thanks to your good instruction. May I ask a question. I met some messages "E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:477] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered" when I run "python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))""
    I followed your way to set the path or lib's path and I check it by echo. and ./test_cudnn returns "cuDNN successfully initialized." How can I fix it? May be my tensorflow version 2.17.0 without version option during install, I tried to downgrade using this command "pip install --ignore-installed --upgrade tensorflow==2.15.0" also

  • @sylvain-skal
    @sylvain-skal 3 місяці тому

    Thanks a lot. But I don't understand something important ! We install many things on base with miniconda which will be isolated of TF. TF doesn"t have in his environement all the element of base. Why you don't make a clone or can you explain to me what I don't understand in your list of command. Thanks a lot.

  • @henkiespenkie4414
    @henkiespenkie4414 6 місяців тому

    on 17:11 i do get nvcc: command not found error but i could not solve it even with your tutorial :(

  • @furkanakin25
    @furkanakin25 7 місяців тому +1

    Hello, very useful video. Thank you. I want to run Spyder, can you help me with this? Also I get a segmentation fault error when running the model, do you have any idea about this?

    • @TechJotters24
      @TechJotters24  7 місяців тому

      Hi, sorry I don’t know about segmentation error. I’ll test spyder and let you know.

  • @schrugar9792
    @schrugar9792 2 місяці тому

    What is cuDNN, CUDA Toolkit, and TensorRT version if I want to install Tensorflow 2.15.1?

  • @HarnsHwong
    @HarnsHwong 7 місяців тому +1

    Can I use this method on the actual Ubuntu 24.04 instead of the WSL? Also, may I know how can I link the installed tensorflow to the jupyter notebook in VS code instead of the actual jupyter notebook?

    • @TechJotters24
      @TechJotters24  7 місяців тому

      Hi, I made one.
      ua-cam.com/video/1Tr1ifuSh6o/v-deo.html

    • @HarnsHwong
      @HarnsHwong 7 місяців тому

      @@TechJotters24 You're a legend man. Appreciate it alot!

    • @lowkeyleanin
      @lowkeyleanin 7 місяців тому

      Thank you for this comment. Because of this, he made a new video. You are such a LEGEND

  • @BilaliCissé-h4s
    @BilaliCissé-h4s 2 місяці тому

    Thank you very much

  • @HarrisonNguyen-z7m
    @HarrisonNguyen-z7m 6 місяців тому

    If I install the latest version of tensorflow without tensorrt, would I later be able to use the downgraded versions of cuda and tensorflow for tensorrt? Also, the latest version of tensorflow uses cuda 12.3 while pytorch is 12.1 or 12.4, so can I have multiple cuda versions? I'm unfamiliar with these technologies because I'm just starting out.

  • @rizkafid
    @rizkafid 14 днів тому

    may i ask a question, how to connect the environtment to vscode? like using ipynb on vscode

    • @TechJotters24
      @TechJotters24  9 днів тому

      Hi, register your kernel with ipykernel. it should appear to vscode.
      check this video, i showed the process with wsl. it should work with other options also.
      ua-cam.com/video/Opi8zwJZ_8I/v-deo.html

  • @victoroliveroing
    @victoroliveroing 25 днів тому

    Thanks for this valuable video, works for me!!! I only had an issue with using Matplotlib and got this error: ValueError: object __array__ method not producing an array. I dont know if the error is for CUDA Versions.

  • @leonardobilli2722
    @leonardobilli2722 3 місяці тому

    Thank you so so so much for this video. It works also for windows 10. By the way, do you know if is possible to use this with vscode?

  • @sanbabs1
    @sanbabs1 2 місяці тому

    Can you please help with the links ? That github link attached is asolutely confusion one

  • @SuzyQuimble
    @SuzyQuimble 7 місяців тому

    Thank you so much for the video. I have a question--I have followed your guide exactly, but I get one extra warning message when I import tensorflow in jupyter:
    oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
    Is this a cause for concern?

    • @TechJotters24
      @TechJotters24  7 місяців тому

      Hi, it's generally not a cause for concern. You might see slightly different numerical results due to floating-point round-off errors from different computation orders. This is typical in many high-performance computing scenarios and usually not significant.
      Temporarily within Jupyter Notebook:
      import os
      os.environ['TF_ENABLE_ONEDNN_OPTS'] = '0'
      import tensorflow as tf
      Permanently in Your Environment: Add the below to .bashrc and after adding it, run source ~/.bashrc
      export TF_ENABLE_ONEDNN_OPTS=0

  • @itsamitnitrkl5199
    @itsamitnitrkl5199 3 місяці тому

    Thank u soooo much

  • @farhaanjamal33
    @farhaanjamal33 7 місяців тому +1

    Thank you soooo much, It's clear and sharp to the point
    Can you help me how to use the tf environment for local windows folder in vs code

    • @TechJotters24
      @TechJotters24  7 місяців тому

      You are welcome. Sure I’ll help you.

  • @Md.SakifRahman
    @Md.SakifRahman 2 місяці тому

    Thank you

  • @matthewhu5017
    @matthewhu5017 7 місяців тому

    Having a little trouble installing cudnn. I used the same cudnn tar and followed the commands exactly, but cudnn initialization keeps on failing :/
    Do you have any idea what could be going wrong?

    • @TechJotters24
      @TechJotters24  7 місяців тому

      What type of error you are getting?

    • @matthewhu5017
      @matthewhu5017 7 місяців тому

      ​@@TechJotters24 Running `import torch` and `torch.cuda.is_available()` creates: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 2: out of memory (Triggered internally at ../c10/cuda/CUDAFunctions.cpp:108.)
      Fixed it by removing one of three GPUs. Not sure why cudnn & the python commands above failed with 3 GPUs but runs with 2 GPUs. Could be a problem with Windows or WSL2 or a hardware limitation, since I've seen some Linux servers with 4+ GPUs
      Would love to hear if you have any thoughts as to why :)

    • @matthewhu5017
      @matthewhu5017 7 місяців тому

      ​@@TechJotters24 Running `import torch` and `torch.cuda.is_available()` creates the following error: "UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 2: out of memory"
      Fixed the error by removing 1 of 3 GPUs. Curious why cudnn fails with 3 GPUs but works with 2 GPUs. Could be a hardware limitation or an issue with WSL2/Windows. I've noticed that my model auto-loader (exl2 running on Win11) can never utilize all 3 GPUs simultaneously for large models, while I've seen Linux servers handle 4+ GPUs before.
      Wondering if you have any idea what the root cause is! I'd love to figure it out 😃

    • @matthewhu5017
      @matthewhu5017 7 місяців тому

      ​@@TechJotters24 Was getting "Error 2: out of memory" using torch.cuda.is_available(). I removed the 3rd GPU and it worked with 2 GPUs. Probably a limitation on Windows/WSL, since I've noticed loading large models on Windows can't leverage all 3 of my GPUs using exl2 model loader.

    • @matthewhu5017
      @matthewhu5017 7 місяців тому

      @@TechJotters24 Was getting "Error 2: out of memory" using torch.cuda.is_available(). I removed the 3rd GPU and it worked with 2 GPUs. Probably a limitation on Windows/WSL, since I've noticed loading large models on Windows can't leverage all 3 of my GPUs using exl2 model loader.

  • @joacosolbes9283
    @joacosolbes9283 7 місяців тому

    Hello mister, I want to run some AI programs like stable diffusion and LLM locally, but my GPU is very low i have
    Nvidia Geforce GTX 1650 with only 4 gb of ram
    Can this nvidia drivers thing installed with WSL help me to run this kind of AI software? into a windows 11? or what is the real benefit to implement this?
    thanks a lot for your help

    • @TechJotters24
      @TechJotters24  7 місяців тому +1

      Hi, I don’t think you need to do wsl. Try lm studio on windows. Smaller models will run perfectly and it’ll also suggest you which models are compatible with your system.

  • @waqarkai
    @waqarkai 7 місяців тому

    Great job! Does Tensorflow 2.16.1 support Cuda 12.1, or does it require Cuda 12.3?

    • @TechJotters24
      @TechJotters24  7 місяців тому

      The latest cuda toolkit you can use for tensorflow 2.16.1 is 12.3. But in that case you can’t use TensorRt. If you want tensorrt support, the latest cuda toolkit you can use it 12.1 because tensorflow support only tensorrt 8.6 and tensorrt 8.6 can only work with Cuda Toolkit 12.1. It’s a chain reaction :D

    • @waqarkai
      @waqarkai 7 місяців тому

      @@TechJotters24 sir i follow the procedure with tf 2.16.1 with cude 12.1 unfortunately it isn’t identify gpu device. I switch to tf 2.15 with new env. It identify the device with many missing dependencies like cublas etc

    • @waqarkai
      @waqarkai 7 місяців тому +1

      @@TechJotters24 sir it works I don’t know the reason i just restart my system and make new conda env and just install tf and pytorch thank you soo much sir 😊

    • @TravelJotter24
      @TravelJotter24 7 місяців тому

      @@waqarkaigreat!!!

  • @hantornado7888
    @hantornado7888 7 місяців тому

    hello, i followed every procedures of yours, but im installing cuda 11.8 and cudnn 8.6, coz based on tensorflow's website, they should be compatible with my rtx3060.
    however, i reached an issue in initializing cudnn. after running "./test_cudnn", this error pops out, when i use "ls" i can see the file, but coudnlt open, do you know how to solve this?
    ./test_cudnn: error while loading shared libraries: libcudnn.so.8: cannot open shared object file: No such file or directory
    thank you sir

    • @TechJotters24
      @TechJotters24  7 місяців тому

      I tried to figure it out, but I don't have this GPU available to test. I am really sorry.

    • @hantornado7888
      @hantornado7888 7 місяців тому

      @@TechJotters24 no problem, although that thing didnt work out, but eventually i got it done. However, as gpu was able to be used, i couldnt import any other python libraries like cv2 or mediapipe (pip installed, pip list also shows). So i guess i just decided to give up lol. But your videos are great, keep it up.

  • @trydjango9543
    @trydjango9543 2 місяці тому

    HI, i like to pay for your service about an usage of tensorflow for AI modeling, may I please ask how do I reach out to you?

  • @kushaldudipala6285
    @kushaldudipala6285 7 місяців тому +1

    thank you

  • @ankursingh4617
    @ankursingh4617 7 місяців тому

    its showing bad subsitutuion after i added tensor path....this is the error -bash: :${LD_
    LIBRARY_PATH}: bad substitution

    • @TechJotters24
      @TechJotters24  7 місяців тому

      Hi, i believe the best solution is to check the directory first and remove all the bashrc/Path entries related to this and configure again.

  • @charliesj0129
    @charliesj0129 7 місяців тому

    After those installation ,How to use tensorflow in VScode ?

    • @TechJotters24
      @TechJotters24  7 місяців тому

      Hi @charliesj0129, please check this video - ua-cam.com/video/BLjuR_eAiFw/v-deo.html

  • @multifanblinks3674
    @multifanblinks3674 5 місяців тому

    somehow i still get the cudnn error:)
    but the tensorrt have been solved so thank you

  • @kuleenthejas8382
    @kuleenthejas8382 6 місяців тому

    i pray that u r reserved a seat in heaven bro ,u saved me a ton :)

  • @nicolassorrentino2208
    @nicolassorrentino2208 23 дні тому

    TE AMO CONCHUDO

  • @jyck613
    @jyck613 Місяць тому

    this is classic

  • @abdubaghdad
    @abdubaghdad 6 місяців тому

    I wish that I have 1M account so I make 1M like to your video

  • @arandomguy3526
    @arandomguy3526 6 місяців тому +1

    Hi, is this error normal "E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered.
    E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
    E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered