Tutorial 33- Installing Cuda Toolkit And cuDNN For Deep Learning

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • Cuda Toolkit: developer.nvid...
    cuDnn: developer.nvid...
    Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
    / @krishnaik06
    Please do subscribe my other channel too
    / @krishnaikhindi
    Connect with me here:
    Twitter: / krishnaik06
    Facebook: / krishnaik06
    instagram: / krishnaik06

ความคิดเห็น • 233

  • @chrisber
    @chrisber 3 ปีที่แล้ว +8

    Mate! Thank you so much for this video! It was really helpful, I was following a tutorial from an online course but it didn't work and I was stuck. Your video showed me what the issues were and helped me fix them. All the best from Australia!

  • @AmanSharma-lj2ff
    @AmanSharma-lj2ff 3 ปีที่แล้ว +10

    If we want to use GPU only through Anaconda then this task of SETUP can be done in a single line of code ->
    conda install -c anaconda tensorflow-gpu
    It will automatically install all the dependencies like CUDA & CUDNN itself.

    • @harshsingh-gx4cz
      @harshsingh-gx4cz ปีที่แล้ว +1

      bro can u please elaborate

    • @xiaojinyusaudiobookswebnov4951
      @xiaojinyusaudiobookswebnov4951 ปีที่แล้ว +1

      ​@@harshsingh-gx4cz Bro, such one-liner commands won't take into acocunt the particularities of different hardware configurations, OS, or versions of the software. Don't do what he says

    • @darkphotonllc
      @darkphotonllc 3 หลายเดือนก่อน

      @@xiaojinyusaudiobookswebnov4951 that’s in fact exactly what package managers such as anaconda do

  • @satyam1945
    @satyam1945 3 ปีที่แล้ว +9

    CUDA is not just deep learning ,what I love about, parrell universes always rocks.

    • @baylego
      @baylego 3 ปีที่แล้ว +4

      wtf are you talking about mate?

  • @bhanupalagati4875
    @bhanupalagati4875 3 ปีที่แล้ว +1

    Hi Krish Naik,
    You are doing an impeccable job. I tried a lot of youtube videos which are slightly different compared to your but none worked. To be specific there are differences in handling cuDNN files.
    Thank you for the video.
    However, I found one thing out in the setup process.
    We don't need to install C++ mobile and other development packages while setting this up. The basic installation of VS 2017/2019 can do the job. I went for 2019. I am writing this because this can save a lot of time and data charges for the user because it's a colossal amount of data i.e., 14Gigs almost 5 times more than all the other required files aggregated.
    Thank You.
    :) HAPPY CODING :)

  • @suvarnamaji3796
    @suvarnamaji3796 3 ปีที่แล้ว +4

    Hi Krish, I am new to Deep learning and your videos are really helping me alot. thank you so much. Keep making such great videos

  • @noufbouf
    @noufbouf 2 ปีที่แล้ว +1

    Great video thanks a lot. Others do not show the full process from scratch. Great content

  • @Raaj_ML
    @Raaj_ML 3 ปีที่แล้ว +2

    I was struggling with enabling GPU with GTX 1650. This session finally helped me installing CUDA correctly and happy to see GPU running the epochs fast ! Thanks very much :)

    • @huytrankhac8729
      @huytrankhac8729 3 ปีที่แล้ว

      Does GTX 1650 really support CUDA bro?. I am considering buying a laptop with GTX 1650 but hesitating because the GPU is not in the list developer.nvidia.com/cuda-GPUs.

    • @Raaj_ML
      @Raaj_ML 3 ปีที่แล้ว +1

      @@huytrankhac8729 , Yes, it is supported though the list is not updated. I had this doubt after buying a laptop with GTX 1650. Then I finally followed this video and could install CUDA etc and see my GPU getting used for CNN model training.

    • @huytrankhac8729
      @huytrankhac8729 3 ปีที่แล้ว

      @@Raaj_ML thank you

  • @xingnanzhou8628
    @xingnanzhou8628 3 ปีที่แล้ว +4

    really appreciate! finished installing

  • @rajatjaiswal7700
    @rajatjaiswal7700 3 ปีที่แล้ว +12

    (13:55 )Sir by mistake you have said wrong i think, when we are giving import tensorflow command, it will show error if in our environment we have not included bin of cuda which we dnt need to paste in C drive I think.
    In environment we need to go to path as u guided and have to add " bin " present inside "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin" . This worked for me. I may be wrong. Pardon me If wrong.
    I checked by going back in your video , "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin" , already in path in your case.
    while import tensorflow, it needs cudart64_100.dll and in cuda/bin we have cudart64_7.dll , so was giving error in my case. Hope this will help sm1.

  • @ChadALozano
    @ChadALozano 2 ปีที่แล้ว +1

    Thank you so much. I forgot and got stuck on the Cudnn part >< This saved me hours

  • @ganeshkharad
    @ganeshkharad 4 ปีที่แล้ว +5

    Instead of adding System variable , You can also replace Files From cuDNN in the Direcory where Cuda is installed.
    You will find Directories with same name there. Just Copy paste files to respective direcory.

    • @deepshah6482
      @deepshah6482 4 ปีที่แล้ว +1

      Is it working With cuda 10.0? and also i have installed cuda without installing visual studio community.will it affect gpu performance means will it work fine?

    • @ganeshkharad
      @ganeshkharad 4 ปีที่แล้ว

      yes it will wor on 10.0 as well..it just need files at the right place...so either you can add system variables or just add files to the folder it belongs to....and about ms visual issue - may b your system might already have the dependency files...as it showed me error as my system was not having it

  • @ramchandracheke
    @ramchandracheke 4 ปีที่แล้ว +3

    Thank you very much for this video!

  • @madhankumar2051
    @madhankumar2051 4 ปีที่แล้ว +6

    Q: Other than cost , Any reason why you did not go with the Nvidia RTX GPU like the 2060? .. which has tensor cores which are proven to reduce deeplearning training significantly..

    • @artifiedai8898
      @artifiedai8898 4 ปีที่แล้ว +1

      Now he is using the NVIDIA Titan RTX. :D

  • @nehapant1027
    @nehapant1027 3 ปีที่แล้ว +1

    I installed visual studio 2017 without workloads and it works just fine

  • @amitRuns
    @amitRuns 3 ปีที่แล้ว +1

    This was Great Help!!
    The 1650 card is not listed in documentations and I was scared that I might have to return my laptop. I was relived when you started with "New Laptop with 1650 card". If you can add in the description that this is for 1650 gpu then it'll be of great help for people like me!
    Anyways thanks for the help!!

    • @tanaymehta7212
      @tanaymehta7212 3 ปีที่แล้ว

      Any Nvidia mainstream GPU that is launched is CUDA supported since that's proprietary NVIDIA Software.

  • @SourabhDesaiBrief
    @SourabhDesaiBrief 3 ปีที่แล้ว

    All in one place, Thank you Krish!
    Will you explain choice between pip package and conda package?

  • @fenixchow1
    @fenixchow1 11 หลายเดือนก่อน

    Thank you so much, as always!

  • @aniacharya9
    @aniacharya9 4 ปีที่แล้ว +6

    Hey Krish, please let me know the correct procedure to install tensorflow in windows 10 PC with Python 3.7 installed or please guide me to a video if already published by you. There are so many confusing stuff about it out there and I am looking for the correct procedure. Thank you.

    • @satwikram2479
      @satwikram2479 4 ปีที่แล้ว +1

      Yeah actually we need this video.

    • @nirbhaysingh4360
      @nirbhaysingh4360 4 ปีที่แล้ว

      Yes please make a video explaining from beginning !

    • @Arjun147gtk
      @Arjun147gtk 4 ปีที่แล้ว

      Go to official website of tensor flow. It's there

  • @sandipansarkar9211
    @sandipansarkar9211 4 ปีที่แล้ว

    Hello Krish.I am omitting this video from watching considering myself a beginner in deep learning and will practice deep learning solely in jupyter Notebook.Thanks

    • @TheDestint
      @TheDestint 4 ปีที่แล้ว +1

      With all due respect, deep learning tasks won't work optimally in the Jupyter notebooks on your local system even with an 8GB RAM.
      Better to use Google Colab as you have a free GPU there.

  • @khanwaqar7703
    @khanwaqar7703 4 ปีที่แล้ว +5

    Sir can you upload the video, how to do with pytorch.

  • @lucysumi6853
    @lucysumi6853 5 หลายเดือนก่อน

    very useful. Thank you sooooooooooooooooooooooooooooooooooooooo much.

  • @lukasedits
    @lukasedits ปีที่แล้ว

    Amazing tutorial, you completely saved me lol. Do you have the example project you used available for download? Thank you!

  • @rikitanagar2728
    @rikitanagar2728 4 ปีที่แล้ว +1

    Hi krish..thank u soo much for posting this lecture series on complete deep learning. It will help me a lot. At this juncture i want to ask you that can we run this same code on google colab for CUDA and CuDNN? I am not having GPU.

    • @krishnaik06
      @krishnaik06  4 ปีที่แล้ว +3

      In google colab u don't require that

  • @thecelestial5507
    @thecelestial5507 3 ปีที่แล้ว +1

    video starting at 2:06

  • @nasiksami2351
    @nasiksami2351 4 ปีที่แล้ว +6

    will it work with cuda version 10.1 and VS 2019?
    in the tensorflow site it is mentioned that the TF is compatible with cuda 10.1

    • @AngirasModak
      @AngirasModak 4 ปีที่แล้ว +2

      Yes.. it will work. I am only using cuda 10.1 and VS2019

  • @rohitarora5411
    @rohitarora5411 4 ปีที่แล้ว +1

    If you want to install tensorflow-gpu
    Install anaconda,then create environment and activate,then
    Conda install tensorflow-gpu
    And its done

    • @KR-pj6ol
      @KR-pj6ol 3 ปีที่แล้ว

      not working bro

  • @ashu030991
    @ashu030991 ปีที่แล้ว

    @13:17
    Python 3.9.16 (main, Mar 8 2023, 10:39:24) [MSC v.1916 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import tensorflow
    >>> import tensorflow
    >>>import tensorflow
    I m getting this only.

  • @ba-en1io
    @ba-en1io 4 ปีที่แล้ว +5

    hey, wonderful tutorial! could you tell me how I can install multiple versions of cuda and cudnn on my system because different versions are compatible with different tf and keras versions. I have the same lenovo legion laptop., also could you please do a tutorial showing how to do the linux configurations on this machine. It would be awesome!

    • @chintachandan
      @chintachandan 4 ปีที่แล้ว

      I think you can directly download and install those versions. Tensorflow would automatically detect the version it needs.

    • @bhaskartripathi
      @bhaskartripathi 3 ปีที่แล้ว

      Understand which version of CUDNN works with which version of TensorFlow. Install only one version : www.tensorflow.org/install/source#gpu
      Once you are done with installation, use this code to check if the GPU is working correctly with Tensorflow:
      import tensorflow as tf
      tf.test.is_gpu_available() # Should output True
      tf.test.gpu_device_name() # Should output something like /device:GPU:0

  • @billurselinzaza
    @billurselinzaza 4 ปีที่แล้ว +2

    Thanks a lot it really works after struggling days long. But i've got a problem. My iterations are not as fast as yours. I have a faster r-cnn code and i determined my epochs as 500 and epoch_length as 10 (I use mini-batch gradient descent). Each epoch takes 30 secs.
    How can I make it faster?
    Could this slowness be because of this error?:
    Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.02GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
    (May be unrelevant but im a kinda beginner)

  • @arijitdas1908
    @arijitdas1908 4 ปีที่แล้ว +1

    @Krish, What should we choose between 1650 (4 GB) vs 1650 (8GB) Max Q? I understand there's a cap in the performance of Max Q. However, memory size is also important in DL. There's a massive trade-off in the batch size particularly. Whereas, in Max Q the overall process may take more time, but can be worked with higher batch size and more data.
    Let me know if anyone has logical standpoint.

  • @naderesmael1878
    @naderesmael1878 3 ปีที่แล้ว

    Thank you for the tutorial video

  • @afeedsm6520
    @afeedsm6520 ปีที่แล้ว

    error: legacy-install-failure
    × Encountered error while trying to install package.
    ╰─> tensorflow-gpu
    note: This is an issue with the package mentioned above, not pip.
    hint: See above for output from the failure.

  • @geetasingh321
    @geetasingh321 3 ปีที่แล้ว

    It is working. Thank you sir

  • @somabhadra6742
    @somabhadra6742 4 ปีที่แล้ว

    really its helpful sir jii.how can i get information regarding your live session?

  • @louerleseigneur4532
    @louerleseigneur4532 3 ปีที่แล้ว

    Thanks Krish

  • @vishakarudhra8665
    @vishakarudhra8665 3 ปีที่แล้ว

    what you downloaded and installed in the video wasn't 2017 sir. it was 2019. Now I am confused whether to install 2017 or 2019.

  • @kirankumar-sn4db
    @kirankumar-sn4db 3 ปีที่แล้ว

    Hi Krish Naik bro I follow your videos regularly,,,At now which python version is stable for tensorflow

  • @IItianrider6627
    @IItianrider6627 4 ปีที่แล้ว

    I think we can trim down the downloads in visual studio, as the majority of stuff you downloaded there will be wasted.

  • @ShivShankarDutta1
    @ShivShankarDutta1 4 ปีที่แล้ว +2

    Krish: Please create a video to install google Coral and Nvidia Jetson

  • @ojhamanvi
    @ojhamanvi 4 ปีที่แล้ว +1

    How to train SARIMAX model super fast, I am using this method
    model=sm.tsa.statespace.SARIMAX(ndf['total_amt'],order=(1,0, 1),seasonal_order=(1,1,1,12))
    results=model.fit()
    when I change the parameters of order() and seasonal_order(), sometime it takes really long time and some time less as compared to other parameters.
    as this is something , model is train during run time. Is there anyway to train model super fast or train it before.

  • @gauravsingh5221
    @gauravsingh5221 4 ปีที่แล้ว +3

    Sir,after installing tensorflow i am getting this error.
    2020-04-21 07:05:44.235184: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found

    • @bhavyaparikh6933
      @bhavyaparikh6933 4 ปีที่แล้ว

      try to download that from online it will work

    • @priyanshubairwa5565
      @priyanshubairwa5565 4 ปีที่แล้ว

      Check whether you've that in your PATH environment variable

    • @KB-zg8ho
      @KB-zg8ho 3 ปีที่แล้ว +1

      www.dll-files.com/cudart64_100.dll.html
      download this from here and paste it in bin folder of cuda with other dll files

    • @anamitrasingha6362
      @anamitrasingha6362 3 ปีที่แล้ว

      @@KB-zg8ho Thanks man! This worked

  • @fenixchow1
    @fenixchow1 11 หลายเดือนก่อน

    Thanks!

  • @AkshayDudvadkar
    @AkshayDudvadkar 2 ปีที่แล้ว

    Thank you sir

  • @abhishekparashar2965
    @abhishekparashar2965 4 ปีที่แล้ว +1

    Sir I found all your steps to be jumbled a little bit, If we install cuda without visual studio it gives an error. Kindly look into this.

    • @ishanaggarwal7092
      @ishanaggarwal7092 4 ปีที่แล้ว +2

      I jumbled it all. I have first installed the conda environment, then tensorflow-gpu, then visual studio 2019 with only desktop development with C++, then CUDA 10.1, then cuDNN 7.6.5 (Nov update-Archived) and then I tried it using commands given in video and it is successfully installed.
      Note:
      1. Tensor Flow doesn't support CUDA 11 (I tried but failed and later I checked out the thread saying it only supports till CUDA 10.1 as of now),
      2. cuDNN also is supported till v7, dont install v8 again it will not support (cuDNN v8.0.2 (July 24th, 2020), for CUDA 10.1 - will not work as not supported by tensorflow till now).
      Disclaimer: I though of sharing what I have done, it may or may not work for you. (I am a mechanical engineer, pls. keep that in mind before attempting, may be doing it completely wrong)
      @ Krish Naik - Thanks for the video and the channel itself. You are definitely a motivating person. Please correct in my comment, if anything is wrongly posted.

  • @sakshamagarwal6852
    @sakshamagarwal6852 4 ปีที่แล้ว +1

    Hi sir , thanks for this wonderful tutorial , but i want to ask why cant we just do :->
    conda install tensorflow-gpu
    Please reply?

    • @bhavyaparikh6933
      @bhavyaparikh6933 4 ปีที่แล้ว

      do it after from cmd try to do import tensorflow as tf

  • @aliali-sj9jp
    @aliali-sj9jp 2 ปีที่แล้ว

    Thank you for this wonderful explanation. I have a question I don't know what made me think about this . but I have a new laptop with a processor intel(R) Core(TM) i7-7500U CPU @ 2.70GHz 2.90 GHz. Can I Set Up CUDA, CUDNN, and TensorFlow GPU on Windows 10>>>>thanks very much

  • @marco2015p
    @marco2015p 3 ปีที่แล้ว

    thanks so much

  • @kaishowspeededits
    @kaishowspeededits 8 หลายเดือนก่อน

    I had a doubt regarding the Visual Studio 2017 download. Looking at this video at 2023, I just wanted to ask why you downloaded 2017, do i need to follow the same or will it work with the current version?

  • @mohammadabdullah9944
    @mohammadabdullah9944 ปีที่แล้ว

    Thanks Krish!. Can you please advise versions for RTX 3050?

  • @TheDestint
    @TheDestint 4 ปีที่แล้ว +1

    Hi guys,
    Can we also use a cloud based GPU using CUDA just like Colab ?

  • @ashamyarajeev
    @ashamyarajeev 3 หลายเดือนก่อน

    How to enable Intel Iris Xe GPU support for TensorFlow and keras on Windows 10

  • @MOHSINALI-bk2qo
    @MOHSINALI-bk2qo 3 ปีที่แล้ว +1

    can you tell me while installing anaconda do we have to tick on" add environmental variable"?

  • @SUJATAMADHUKARTHAMKEPHD
    @SUJATAMADHUKARTHAMKEPHD 2 ปีที่แล้ว

    hi krish, i have P52F Asus laptop 2010 model, can you please tell me , what specification should I update to work with satellite images using Deep learning and reinforcement learning , so that my research work goes smooth .

  • @navyak7792
    @navyak7792 3 ปีที่แล้ว

    Helpful

  • @ajaykrishnanselucca3062
    @ajaykrishnanselucca3062 2 ปีที่แล้ว

    Hi Krish! Is there any way to run a jupyter notebook based on this configured GPU setup! I mean to ask you, now I have done the setup for the GPU. But I want to run a CUDA DATAFRAME (CuDF) with this setup!

  • @gauravghati
    @gauravghati 4 ปีที่แล้ว

    I'm not sure but I guess you are running that code on your CPU, for running code on GPU you have to add a line "tf.devices('/:gpu:0')" something, before you started executing that code

    • @Arjun147gtk
      @Arjun147gtk 4 ปีที่แล้ว

      There's seperate installation for that. Check official website of tensor flow

  • @sudharsanb9391
    @sudharsanb9391 3 ปีที่แล้ว

    Tensorflow-gpu is working in virtual environment but not in base environment why?

  • @sujaykadam99
    @sujaykadam99 4 ปีที่แล้ว

    What was the actual GPU utilization percentage and what engine did it use?? For me it was only 3-4% and it was using the copy engine of the GPU for some reason. Is this normal?

  • @varshasamudre9004
    @varshasamudre9004 3 ปีที่แล้ว +1

    I did exactly as been told yet when I run the= import tensorflow ..it really failed didnt work out what to do? @krishnaik

    • @aritraray2501
      @aritraray2501 3 ปีที่แล้ว +1

      look the version of cuda that is compatible with your gpu

  • @balajiavinash5907
    @balajiavinash5907 3 ปีที่แล้ว

    Sir i did the same from the video ,but i am getting error:
    Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
    Sir help me to solve this error

  • @lakshmigaridipuri5585
    @lakshmigaridipuri5585 4 ปีที่แล้ว

    How to check text input data and stored data in data base, whether it's matching or not, pls help me out frnd

  • @sivasubramaniamjayasankar4762
    @sivasubramaniamjayasankar4762 2 ปีที่แล้ว

    I am actually building a LSTM Model. I want to train it using my PC's GPU. I tried running using Anaconda Navigator. But it says that 'LSTM Models are not supported by cuDNN Kernels' and shows an error 'Cannot convert Tensors into a NumPy Array.
    CNN Models using Convolutional layers are running. For LSTM only, it is popping errors. In Tensorflow Documentation it is said to change all parameters like dropout to 0. I tried this also but same error comes.
    Is there any way to train RNN LSTM Model using local GPU?

  • @HarshSharma-tp8bi
    @HarshSharma-tp8bi 4 ปีที่แล้ว

    Hey Krish , I have NVIDIA GeForce MX250 Graphic Card .. Which CUDA Toolkit version should i download , can you please help me out ..?

  • @strikerstrikes7783
    @strikerstrikes7783 3 ปีที่แล้ว

    hello sir, i followed the same steps according to you but getting error that..cuda not found.... plz do reply...

  • @sw_2421
    @sw_2421 2 ปีที่แล้ว

    sir mcafee nikal do
    it will slow down your laptop despite using ssd

  • @saurabhs009
    @saurabhs009 3 ปีที่แล้ว

    hi Krish , after installing everything it worked , but when i created another fresh environment , tensorflow could not find the gpu and i tried it multiple time , same error is coming "Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA" . Please suggest a solution.

  • @Daily_Motivation-z5w
    @Daily_Motivation-z5w 2 ปีที่แล้ว

    hello naik
    "Please make sure cudnn_cnn_infer64_8.dll is in your library path!" I get an error. Do you have any knowledge about this subject?

  • @vedantsrivastava5754
    @vedantsrivastava5754 3 ปีที่แล้ว

    WARNING:tensorflow:From :1: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version.
    Instructions for updating:
    Use `tf.config.list_physical_devices('GPU')` instead.
    2021-02-23 01:35:53.870767: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX AVX2
    To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
    False

  • @mohd.parvez2719
    @mohd.parvez2719 3 ปีที่แล้ว

    Sir, I have GeForce 820m (Compute Capability 2.1) GPU Dell insperon i5 laptop, can I install tensorflow 2.0?. If there is a way please help.

  • @kalyanboro7704
    @kalyanboro7704 3 ปีที่แล้ว

    Sir please upload video of multivariate LSTM

  • @bhushanrane13
    @bhushanrane13 2 ปีที่แล้ว

    How to check which CUDA toolkit is suitable for laptop with NVIDIA GeForce GTX 960M GPU?
    Installing the latest CUDA Toolkit didn't help🥲

  • @srinivasallanki
    @srinivasallanki 2 ปีที่แล้ว

    I am having 3050 can you help me out which cuda version should I work with.

  • @Arjun147gtk
    @Arjun147gtk 4 ปีที่แล้ว

    You can just copy those files and paste it in
    C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2
    folder(currently version 10 is supported)

    • @deepshah6482
      @deepshah6482 4 ปีที่แล้ว

      Is it working without adding to system variables? Is it working with cuda 10.0?

    • @Arjun147gtk
      @Arjun147gtk 4 ปีที่แล้ว

      @@deepshah6482 no, you have to add it. It's given in the manual.

    • @deepshah6482
      @deepshah6482 4 ปีที่แล้ว

      @@Arjun147gtk i have installed cuda without installation of visual studio. Will gpu work fine?means i installed visual studio after installing cuda.

    • @Arjun147gtk
      @Arjun147gtk 4 ปีที่แล้ว

      @@deepshah6482 for some reasons visual studio is required and I am not sure the reason for that. Sorry for late reply.

  • @MutenRoshiUI
    @MutenRoshiUI 4 ปีที่แล้ว +2

    Please share the code and the dataset.

  • @ashishvaish7037
    @ashishvaish7037 ปีที่แล้ว

    Hi how do i know which CUDA Toolkit version should i install. I am having Quadro P600 .

  • @zaheerbeg4810
    @zaheerbeg4810 3 ปีที่แล้ว

    kindly make video on xtreme-vision yolo object detection using tensorflow-gpu

  • @mukeshkumarsingh1508
    @mukeshkumarsingh1508 2 ปีที่แล้ว

    Traceback (most recent call last):
    File "", line 1, in
    NameError: name 'tf' is not defined
    error pls provide solution
    cuda 11.5
    cudnn 11.5
    python 3.8
    tensorflow 2.3,2.0
    but still error tf is not defined
    and i have window 11

  • @vandangorade6738
    @vandangorade6738 4 ปีที่แล้ว +1

    Cuda 9.0 -> tensorflow 1.x
    Cuda 10.0+ -> tensorflow 2.x

    • @kane4690
      @kane4690 4 ปีที่แล้ว

      so first we have to install cuda or tensorflow...............................And bother please please please help me i dont know which version of cuda toolkit i have to install...i do a lot of searches ..can u tell me please i have nvidia geforce 940 mx

    • @krishnaik06
      @krishnaik06  4 ปีที่แล้ว

      Please check my video on how to install cuda and cudacnn in my complete deep learning playlist

    • @kane4690
      @kane4690 4 ปีที่แล้ว

      @@krishnaik06 you are talking about this video ?? ? Coz I doesn't find any other in playlist

    • @kane4690
      @kane4690 4 ปีที่แล้ว

      @@krishnaik06 Sir i do everything as you mentioned in video..but still my training speed is less..I am also training same data i.e images of cats and dog. I increases my batch size but it take more time as compared...
      my gpu utilization is only 35 % and cpu utilization 55 % ....is there any way to increase training speed

  • @A_Y_Elarabawy
    @A_Y_Elarabawy 2 ปีที่แล้ว

    I installed visual studio 2020 and while setup cuda tell me your device cannot find Visual studio I do not why is that mean I have to install vs 2019 or what ?

  • @Ilan-Aviv
    @Ilan-Aviv ปีที่แล้ว

    Dark mode !! Dark mode !! Dark mode !! please. i can hardly watch this white screen videos, and really like to watch yours

  • @MK-dx6fc
    @MK-dx6fc 3 ปีที่แล้ว

    first step should be visual studio installation

  • @AbhishekMishra-nl6by
    @AbhishekMishra-nl6by 3 ปีที่แล้ว

    mine is GTX 1660Ti version 471.96 which version should i use..

  • @rwlyrics
    @rwlyrics 3 ปีที่แล้ว

    what may happened if "NVIDIA Installer Failed"

  • @ahmedasad2999
    @ahmedasad2999 3 ปีที่แล้ว

    I am trying to connect my gpu using tensorflow but unable to do so
    I installed cuda 10.0 with cudnn 7.4.2 for tensorflow 1.15.2
    I followed all the steps required to install cuda toolkit
    I have Nvidia Geforce 1050ti
    But when i run a code on pycharm using conda environment it doesnt use the gpu
    How can i do this?

  • @vedantkumar6391
    @vedantkumar6391 3 ปีที่แล้ว +1

    Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found

    • @kaychiawoon
      @kaychiawoon 3 ปีที่แล้ว

      5:31 i think you fuck up this set up the path in env variable part, check the path name again

  • @justrelaxyouself294
    @justrelaxyouself294 3 ปีที่แล้ว

    Brother, it the combination i5÷ 2gb GPU works for ML & Deep Learning model training?

  • @sushmagoel7854
    @sushmagoel7854 3 ปีที่แล้ว

    tensorflow-gpu doesn't get installed in macOS

  • @aan8811
    @aan8811 4 ปีที่แล้ว +1

    Sir where is activation function part 2 ...?

  • @ShubhamSharma-tz1gv
    @ShubhamSharma-tz1gv 2 ปีที่แล้ว

    make a video on how to completely remove cuda and cudnn from the windows

  • @yashmistry61
    @yashmistry61 4 ปีที่แล้ว +1

    sir after all process, can we remove visual studio because its taking too much space in my C drive, so i have to free my C drive and if i remove will it affect my deep learning task?

    • @TheDestint
      @TheDestint 4 ปีที่แล้ว

      Cuda works well with Visual studio. Not advisable to uninstall.

  • @jatingarg7383
    @jatingarg7383 4 ปีที่แล้ว

    How to use gpu hardware accelerator with open cv for decoding

  • @padalalikhithrishi
    @padalalikhithrishi 2 ปีที่แล้ว

    Can I know how much gb graphic card is needed for cuda 11.6 ?
    I am getting cuda out of memory error

  • @renukasutone5339
    @renukasutone5339 5 หลายเดือนก่อน

    its showing error in import tensorflow in cmd

  • @adarshmahor676
    @adarshmahor676 3 ปีที่แล้ว

    I'm getting False when tf.gpu available code is run
    But my cudart dll file is getting opened correctly, please help !

  • @abdulzeshan1109
    @abdulzeshan1109 หลายเดือนก่อน

    Can you write all these in jupyter notebook

  • @zaheerbeg4810
    @zaheerbeg4810 3 ปีที่แล้ว

    Hi Krish Sir , version 456.71 - GeForce GTX 1660 kindly suggest CUDA and cuDnn and tensorflow-gpu for xtreme-vision yolo object detection, i tried cuda11.1 failed to install

  • @vcetshaistakhanam8707
    @vcetshaistakhanam8707 2 ปีที่แล้ว

    Why 2017 ,2019 can't work

  • @AnilKumar-dc6hv
    @AnilKumar-dc6hv 2 ปีที่แล้ว

    Visual studio is mandatory ?

  • @LokeshBhesetti
    @LokeshBhesetti 4 ปีที่แล้ว +1

    hey krish! after running python i have tried to import tensorflow but its stating that (W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found) can you help me in fixing this error plz! but instead of installing CudNN (10.0) i downloaded CudNN (10.2)

    • @gauravsingh5221
      @gauravsingh5221 4 ปีที่แล้ว

      Same error i am also getting
      2020-04-21 07:05:44.235184: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found

    • @aujasvimoudgil2738
      @aujasvimoudgil2738 4 ปีที่แล้ว

      Refer: www.joe0.com/2019/10/19/how-resolve-tensorflow-2-0-error-could-not-load-dynamic-library-cudart64_100-dll-dlerror-cudart64_100-dll-not-found/

    • @nehapant1027
      @nehapant1027 3 ปีที่แล้ว

      Make sure that you download the correct version of cuda with respect to the python version you are using. I was using python 3.8 and installed cuda 10.0...and it gave the same type of warnings . For python 3.8 i first installed vs 2017, cuda 10.1, cuDNN for cuda 10.1 and then tensorflow-gpu 2.3.1 and now it works perfectly.

  • @saivineethgrandhi5448
    @saivineethgrandhi5448 3 ปีที่แล้ว

    Can I use GeForce MX130 GPU for this process @Krish