Это видео недоступно.
Сожалеем об этом.

2020, TensorFlow 2.0 GPU (CUDA), Keras, & Python 3.7 in Windows 10

Поделиться
HTML-код
  • Опубликовано: 1 янв 2020
  • Here is an update, as of July 2020. • Installing TensorFlow/...
    ** Follow Me on Social Media!
    GitHub: github.com/jef...
    Twitter: / jeffheaton
    Instagram: / jeffheatondotcom
    Discord: / discord
    Patreon: / jeffheaton
    This video walks you through a complete Python 3.7 and TensorFlow install. You will be shown the difference between Anaconda and MiniConda, and how to create an environment inside of Anaconda for TensorFlow.
    Step 1: Identify GPU Card [5:31]
    Step 2: Download Setup Script [6:22]
    About Environment Setup Script [6:56]
    Step 3: Install GPU Driver [8:01]
    Step 4: Install CUDA Driver [13:55]
    Step 5: Install cuDNN [16:01]
    Step 6: Install TensorRT (optional) [21:15]
    Step 7: Install MiniConda [23:10]
    Step 8: Install Jupyter [25:10]
    Step 9: Run Setup Script [25:48]
    conda env create -v -f tensorflow.yml
    Step 10: Install Jupyter Kernel [27:53]
    python -m ipykernel install --user --name tensorflow --display-name "Python 3.7 (tensorflow)"
    Step 11: Test Everything
    You can find the instructions here (from the video):
    github.com/jef...
    Other Platforms
    Windows 10 CPU: • 2020, Installing Tenso...
    Mac OSX CPU: • 2020, Installing Tenso...
    Windows 10 GPU: • 2020, TensorFlow 2.0 G...
    Please subscribe and comment!
    Follow me:
    RUclips: / heatonre. .
    Twitter: / jeffheaton
    GitHub: github.com/jef...

Комментарии • 322

  • @HeatonResearch
    @HeatonResearch  4 года назад +10

    Here is an update, as of July 2020. ruclips.net/video/PnK1jO2kXOQ/видео.html

    • @erwinrommel5593
      @erwinrommel5593 4 года назад

      is there anyway i could contact you clear certain doubhts that i have

  • @sabbirahmed8012
    @sabbirahmed8012 4 года назад +32

    I appreciate your effort. It was so helpful and I spent one day for it and then I found your video luckily. At first I faced problem using your "tensorflow.yml" file, the packages were not installing and got stuck in the middle thrice. Later I used "conda env create -f tensorflow-gpu.yml" instead of "conda env create -v -f tensorflow-gpu.yml" and it worked fine. One thing to be mentioned I used tf 2.1.0 version as I had to download cuda 10.1 and other files(Cudnn - 7.6.5 and TensorRT - 6.0) according to the google installation guides as per your directions. I hope it may help people who face the same problem.

    • @ronaldszakovskis1960
      @ronaldszakovskis1960 4 года назад +2

      Thanks, had the same problem, this helped

    • @henbaken
      @henbaken 4 года назад +1

      Thank you so much for this. I have the same issue and this helped me.

    • @jeffrandom4200
      @jeffrandom4200 4 года назад

      thanks, I had the same error Running the Setup Script. Doing this command conda env create -f tensorflow-gpu.yml help.

    • @yasinda.s
      @yasinda.s 4 года назад

      Thank you so much man!

    • @adamhafiz8003
      @adamhafiz8003 4 года назад

      thank you man

  • @alexchandler6299
    @alexchandler6299 4 года назад +2

    Videos like this prevent thousands of hours of unnecessary struggling. Thank you.

  • @neerajtripathi1665
    @neerajtripathi1665 4 года назад +4

    never thought that installing tensorflow gpu would be this easy. This video is all you need. Thanks a lot.

  • @thepalindromeadept4038
    @thepalindromeadept4038 4 года назад

    There are so many tutorials about installing tensorflow-gpu online but yours has to be the most straight-forward and up-to-date one out there

  • @abbottdynamicdesignmanufac6492
    @abbottdynamicdesignmanufac6492 4 года назад +3

    Thank you Professor Heaton. I have tried half a dozen tutorials on how to set this up on my cpu using my gpu and yours is the first to finally work so i am no longer bound to colab. I also learned numerous other solutions to issues i was having setting up python and other packages before this video. Thank you again very much

  • @lakshaynarang9697
    @lakshaynarang9697 4 года назад +1

    I have watched so many videos but none of them worked till now. Thank you so much for this tutorial. It's working great now, on my NVIDIA GTX 1050ti.

    • @toonepali9814
      @toonepali9814 4 года назад

      did you follow jeff's cuda version or the updated once?

    • @lakshaynarang9697
      @lakshaynarang9697 4 года назад

      I used the updated ones, cuda 10.1

    • @abhinavtiwari2254
      @abhinavtiwari2254 4 года назад

      hey I have NVIDIA GTX 1050ti with max q, I wanted to know:
      1. 1st option of Nvidia driver did you choose geforce 10 series(notebooks) or geforce 10 series
      2..did you install cuda 10.1 update 2 (aug 2019) or (feb 2019)

    • @sararosiak987
      @sararosiak987 4 года назад

      @@abhinavtiwari2254 i have the same questions!

    • @abhinavtiwari2254
      @abhinavtiwari2254 4 года назад

      @@sararosiak987 I was able to do it.. I selected the notebook gpu type

  • @khachaturmirijanyan7082
    @khachaturmirijanyan7082 4 года назад +19

    Jeff, this was great. I'll definitely look into your class to pick up some more ML skills. As an aside to everyone with a regular GeForce GPU as of 2/11/2020. When you are picking drivers, there is no option for CUDA like there is for Tesla cards. Just select game ready driver.
    Also, follow Jeff's tutorial with the versions. The current 'survival guide' as Jeff calls it already has newer versions of things and if you try to use Jeff's methods but with the newer versions, you will run into errors. So stick with CUDA 10.0 and tensorflow-gpu 2.0 for now.
    If you already tried with the newer stuff and are getting errors, just redo starting from the top with Jeff's tutorial, but pay very close attention to your paths. In the environment variables there will be a CUDA_PATH and CUDA_PATH_V10_2 (Or whatever your newer version is) that you need to update for CUDA 10.0.

    • @fvw94
      @fvw94 4 года назад

      But by change the environmnet vriables, will that solve the issue that when I check the command
      nvcc --version
      I get the CUDA version as 10.2
      Will updating the environmnet paths and downloading cuda toolkit 10.1 downgrade the CUDA version of my gpu?

    • @fvw94
      @fvw94 4 года назад

      Yep, sorry and downloading compatible drivers
      ruclips.net/video/NwnnTDGgF0I/видео.html

    • @iCro63
      @iCro63 4 года назад

      Can i still play fortnite with that driver? I'm affraid I will have problems with some games..

    • @DeEwokMoordenaar
      @DeEwokMoordenaar 4 года назад +1

      @@iCro63 Updating your GPU drivers should not give you any issues playing your games, especially Fortnite. And especially if you're using the Nvidia Game Ready Driver for a GeForce GPU.

  • @nnikeyp
    @nnikeyp 3 года назад +2

    Hey guys, just as a helpful note: The CUDA versioning has now been made "upward compatible" (i just made that term up), means that you no longer need the precise CUDA version - rather: just install whatever is INVIDIA's latest default drivers is for your GPU. Consequentially - you'll see that there's no longer a dropdown for CUDA version on their website anymore. Tick.

  • @kshabs
    @kshabs 4 года назад

    Thanks Jeff. I used this as a guide to get TF GPU working on a Surface Book 3 15" with Nvidia Quadro RTX. The GPU drivers were installed by default so only had to install CUDA toolkit, cuDNN and TensorRT. Thanks again.

  • @paramvirsingh7028
    @paramvirsingh7028 4 года назад +1

    I had wasted a whole day for installing Tensorflow with GPU support.
    This video is all you need to get started.
    Thanks Jeff

    • @maxpiau4004
      @maxpiau4004 3 года назад

      Only one day, haha, I wish I knew...

  • @isaiahhernandez1678
    @isaiahhernandez1678 4 года назад +1

    Thank you so much, this was a tremendous help. I am currently doing my senior research project and I just kept finding 1-2 year old tutorials online/in books. Worked (almost) effortlessly, thanks again!

  • @Mclovinzx
    @Mclovinzx 4 года назад +2

    Just letting everyone know, if they are doing this installation for the GTX 20 series or Titan series, there is no drop menu for the CUDA version when you are on there website installing the driver. You instead have to go to the additional information tab for your particular GPU and look at the Release notes. Ctrl+F and type in CUDA, to see what version of CUDA is being packaged with that update. For me, I had to download the older update (Version 431.86) in order for the CUDA versions to align with the one recommended for Tensorflow.

    • @isaiahhernandez1678
      @isaiahhernandez1678 4 года назад

      Thank you for this comment, I was wondering about this

    • @GizmoMaltese
      @GizmoMaltese 4 года назад +1

      On the tesorflow website there is a separate link for CUDA and GPU driver installs.

  • @yassinehariri5403
    @yassinehariri5403 3 года назад +1

    very nice tutorial! it worked perfectly fine with me with no errors (tested it on K20c with cuda 10.1

  • @Maur01
    @Maur01 3 года назад

    I have to thank you for the support!!! This video help me to install tensorflow with no problems.

  • @anmoldwivedi7205
    @anmoldwivedi7205 2 года назад

    Really great Video. Got tensorflow GPU on windows. Also, I used your guide to install Tensoflow on Ubuntu, it worked as well. Thank you for this amazing tutorial.

  • @aznetruong97
    @aznetruong97 4 года назад +5

    This deserves a Nobel Peace Prize

  • @scotinraleigh
    @scotinraleigh 2 года назад

    Thanks for this one. Managed to get this to work first time, having struggled for days with other methods. "GPU is available" was music to my ears. I have struggled for several days with other guides but this one worked. Thanks for the precise guide.😁👏

  • @trishatripathi8174
    @trishatripathi8174 4 года назад

    I have installed every single application watching your videos and it never never fails .... thank you so so much

  • @keijokalle100
    @keijokalle100 3 года назад

    How good is this video! I spent 3 nights trying to install tensorflow for gpu, reinstalled windows and everything but finally this video did the trick. Thanks so much!

  • @dr.noushathshaffi7515
    @dr.noushathshaffi7515 3 года назад

    This worked like charm and capacitated my deep learning experiments in a big way. Make sure you install the "right versions" and not the "latest version" as Prof often cautions in the video.

  • @astrojigs
    @astrojigs 4 года назад +2

    Thanks a lot!
    i used Nvidia Geforce GTX 1650 with tf 2.2.0 and python 3.8
    I used the following code to verify if my GPU is getting used:
    import tensorflow as tf
    if tf.test.gpu_device_name():
    print(f'Default GPU Device:{format(tf.test.gpu_device_name())}')
    else:
    print("Please install GPU version of TF")
    It prints out : Default GPU Device:/device:GPU:0
    Conclusions: It works!

  • @solomonnimrud9627
    @solomonnimrud9627 4 года назад +7

    On my day 4, i've tried installing this more than 5 times and failed. It only took once with your instructions, thank you so much!

  • @gregorylee8085
    @gregorylee8085 4 года назад

    Jeff, once again, you are the best resource for getting things done.
    I would have spent weeks trying to figure this all out.
    Followed your instructions and everything worked.
    Thank you!

  • @durgeshpachghare6901
    @durgeshpachghare6901 4 года назад +9

    That was a great and latest tutorial. Everything went great. Thank you so much!

    • @erwinrommel5593
      @erwinrommel5593 4 года назад

      is it possible for us to run pythoncodes using gpu but without gpu, am stuck can you help

    • @zaheerbeg4810
      @zaheerbeg4810 3 года назад

      can you mention tensorflow gpu version , cuDNN and CUDA version

  • @avskr-04
    @avskr-04 3 года назад

    Thank you sir. This is the most detailed video. I have been trying to setup TensorFlow environment for a week and found your video luckily. Thanks a lot for making this video. I can start learning finally

  • @FitWithAryan
    @FitWithAryan 4 года назад +1

    PROBLEM : I am getting TensorFlow version 1.15.2 and GPU is not available

  • @OtRatsaphong
    @OtRatsaphong 4 года назад +2

    Jeff, Thank you for your great tutorial!! Want to let you and your viewers know that your instructions worked on my Windows 10 Ryzen 7 system with a Gigabyte RTX 2070 Super GPU. Much appreciated.

    • @shahabeinabadi6009
      @shahabeinabadi6009 4 года назад +1

      did you install or update the driver of RTX 2070? I just wanted to install the driver but i don't have any option to choose the CUDA toolkit version

    • @nnikeyp
      @nnikeyp 3 года назад

      @@shahabeinabadi6009 you figure this out?, struggling to find it myself

  • @rudegenius788
    @rudegenius788 4 года назад

    You, Sir, are truly awesome. Followed this as is and no problems. I'm going to be recommending this to whoever I know working with tensorflow gpu

  • @syafiqsuhaimi5324
    @syafiqsuhaimi5324 3 года назад

    thank you for the full and detailed tutorial, I can now detect my GPU ^^

  • @rajeebm1
    @rajeebm1 4 года назад

    Jeff, Thank You ! for this wonderful video. I followed every step you suggested and had no problems installing Tensorflow on my new laptop with Geforce rtx 2070.

  • @davidbuyck8758
    @davidbuyck8758 4 года назад

    Awesome video. Thank you for walking through this step by step. I always am afraid I will check, or not check, a box and end up in error city. So I truly appreciate how thorough your video, as well as your other videos, is. Absolutely fantastic! Also, if any of you are like me and want to test the performance of tensorflow's model fitting between the GPU and CPU, you can use the following line of code
    with tf.device("/cpu:0"):
    # this will specifically use the cpu instead of the gpu. tf is from the line: import tensorflow as tf
    model.fit(x=X_train, y=y_train, epochs=600, validation_data=(X_test, y_test), callbacks=[early_stop]) # this is an example where model is from tensorflow.keras.models

  • @HassanKhan-fe3pn
    @HassanKhan-fe3pn 2 года назад

    Thank you Jeff, for creating such a comprehensive and detailed tutorial.

  • @faresel-amine7061
    @faresel-amine7061 4 года назад

    Great step by step tutorial Jeff! Probably the easiest guide that I had to follow after my previous set up decided to crap itself after a couple of model training experiments..
    Definitely earned a new subscriber! :)

    • @HeatonResearch
      @HeatonResearch  4 года назад +1

      Glad it helped! And thanks for the subscribe!

  • @AnaCastro-gv3nr
    @AnaCastro-gv3nr 4 года назад

    That was a great and latest tutorial. Everything went great for me with Geforce GTX 1050 and Tensor Flow Version: 2.1.0. Thank you so much!

  • @jiabeiba
    @jiabeiba 4 года назад

    Thanks for your great video. I had a lot of problems when I last tried to install Cuda. With this video, I have no probelm.

  • @gatman4891
    @gatman4891 4 года назад

    Awesome guide, Remembered doing this a while back for an old machine and was dreading the process but this worked flawlessly. Will definitely be checking out some of your other videos to learn more from you!

  • @dustinellsworth7727
    @dustinellsworth7727 4 года назад +2

    You covered everything, start to finish, no issues! Really appreciate it. Subscribed!

  • @PeymanSayyadi
    @PeymanSayyadi 4 года назад

    Thanks for the comprehensive guide. I was able to install my GTX 1660 Ti on windows 10 and Anaconda . My only difficulty was to read some of your instructions on my low resolution screen. if you could zoom on the important parts of the screen it would make our lives a lot easier.

  • @sebastiansilva6132
    @sebastiansilva6132 4 года назад

    Jeff, you are my god now. Thank you so much. You not only show me the process, you teached me how and why.

  • @Eda-gm7oy
    @Eda-gm7oy 4 года назад

    Thank you so much, I can't imagine how much it would take to install tensorflow without this video. Subscribed :)

  • @tanujashrestha4812
    @tanujashrestha4812 4 года назад

    Hey Jeff - Yes - was struggling a lot to install tensorflow-gpu although already had the cpu one - this was easy with your tutorial
    Thank you so much

  • @lawrenceschneider8054
    @lawrenceschneider8054 4 года назад

    This was an awesome walk through, thank you for sharing this! I went through the described process AFTER I had installed Anaconda, so using Anaconda's prompt was the only difference. Besides that, everything, and I mean everything, went smoothly. Thanks again!!

    • @fareselamine8115
      @fareselamine8115 4 года назад

      Did you happen to try out your installation with Tensorflows object detection api afterwards?

    • @lawrenceschneider8054
      @lawrenceschneider8054 4 года назад

      @@fareselamine8115 No I didn't. I just followed this tutorial.

  • @atheerabdullatif7557
    @atheerabdullatif7557 4 года назад

    Thank you so much!!! It is the first time that i follow a YT without having to look up for other resources. Good job! keep it up

  • @jandelange2375
    @jandelange2375 4 года назад +1

    Excellent work. Thanks! Managed with no errors from start to finish. Using a dated GeForce GTX 960 4GB, yet no issues. What I missed: where did Keras get installed? It's not in the .yml installation script.

  • @chucksanders7131
    @chucksanders7131 4 года назад

    Thank you very much for this. I was able to get everything running on the first time with my new AI rig. I appropriate your time, thoroughness, and thoughtfulness!

  • @augustorighetti
    @augustorighetti 4 года назад

    Your tutorials are great! Thank you a lot. Helped me in the past and now helped again (with more recent versions).

  • @cassiositta8483
    @cassiositta8483 4 года назад

    Thank you so much for your work, I was running to all sorts of errors before I watched your video.

  • @godwinkhalko5998
    @godwinkhalko5998 4 года назад

    Thank you so much man. There was no problem with the installation whatsoever.

  • @somasundaramgurunathan3087
    @somasundaramgurunathan3087 4 года назад

    Simply awesome.. I am able to setup in 1st attempt.. i have been trying this for a month :-)

  • @mohammadkhateri8122
    @mohammadkhateri8122 4 года назад

    Many thanks for your gift. Thanks for dedicating your time and saving our time.
    I wish you all the bests...

  • @Felipe-yh6ct
    @Felipe-yh6ct 4 года назад

    For everyone who are having troubles with keras, try to put "tensorflow." to every code starting with "keras"
    ex:
    from keras import datasets -->
    from tensorflow.keras import datasets
    from .keras.datasets import mnist --->from tensorflow.keras.datasets import mnist
    Sorry by my english I'm not a native speaker.

  • @zebcode
    @zebcode 4 года назад

    Having not watched one of your videos for a while (I've been following you since the days of Encog for .net) I must say your presentational skills have vastly improved. I like the little jokes you put in "Don't sell my email address to spammers" made me laugh. The content is super useful as always.
    I wish there had been a guide like this last time I tried to set this up about 3 years ago. You also mentioned some great tips (Picking the latest is bad... again I wish I'd known that 3 years ago!).
    Thank you for sharing your experience with the community, please keep up the great work.

  • @santidonaher
    @santidonaher 4 года назад

    You are a good man. Thank you very very much for this video. Everything worked as you said. You just saved my Master's project!

  • @resitk7272
    @resitk7272 4 года назад +2

    Thx for taking the time and making this video, I followed everything step by step but when I test it, it says "GPU not available".Any recommendation?

  • @Yairos
    @Yairos 4 года назад +1

    I have done everything you said, no error whatsoever I even get the line that says cuda is activated but somehow tensorflow doesnt see my GPU so it's using CPU instead. Help!!

  • @geleshgomathil3274
    @geleshgomathil3274 4 года назад

    All Good, so far when I installed and imported Keras it again created a new dimension for the rubrics cube kind of puzzle for the versions to align . Please include Keras also

  • @MKeehlify
    @MKeehlify 4 года назад

    Please modify title to specify CUDA. Currently it implies generic GPU (OpenCL/SYCL/Onyx/HIP/CUDA).
    Thanks for specifying this in the video 2:49 for anyone else that could be confused.

    • @HeatonResearch
      @HeatonResearch  4 года назад +1

      That is a great suggestion/point. Done.

  • @rdius4822
    @rdius4822 4 года назад

    Thank you so much. This was the best tutorial out there on RUclips. Everything went well! Thank you!

  • @GoodGuadExplainer
    @GoodGuadExplainer 4 года назад

    It just works on the first attempt!!!..... Thank you prof. Jeff

  • @mohitsv5303
    @mohitsv5303 4 года назад

    Thanks a lot! This saved a lot of time. BTW Your GitHub repository has got everything a beginner like me needs, again thanks for all the material.

  • @eddiemachado2621
    @eddiemachado2621 4 года назад +6

    hi jeff, thank you so much, i only had one issue, when i did the last test this happened.
    GPU is NOT AVAILABLE
    why ? how can i make it work ?
    and again thank you.
    PD: mine is a GTX1050 (notebook)

    • @marktodisco
      @marktodisco 4 года назад

      I am having the same issue (also using a GTX 1050). Have you found a solution that worked for you?

    • @shahabeinabadi6009
      @shahabeinabadi6009 4 года назад

      you can't install Tensorflow on GTX1050, it's too old for this technology!

  • @InnoSang
    @InnoSang 4 года назад +2

    29:53 that made me laugh much more than it should have, thank you for your work, i'm learning fast in part thanks to you !

  • @GuiMVII
    @GuiMVII 4 года назад

    The first minute of the video is so true. Looking forward for this tutorial!

  • @tejasnareshsuvarna7948
    @tejasnareshsuvarna7948 4 года назад +2

    OMG! This is the most perfect video to use TensorFlow GPU. Thank u for this.

  • @MrGadgetgiri
    @MrGadgetgiri 4 года назад

    Jeff you forgot to tell us to press a key after giving conda create env, I was waiting for something to happen for 10 minutes. lol anyways got it successfully installed thanks Jeff

  • @nnikeyp
    @nnikeyp 3 года назад

    The CUDA Toolkit version drop-down is no longer available from the NVIDIA drivers. Therefore not able to specifically select CUDA 11 (which is now the latest as per tensorflow website). anyone know where i can download a CUDA version specific NVIDIA drivers?

  • @ganeshrao405
    @ganeshrao405 4 года назад

    Went very well without any issues , thanks alot sir . Keep posting videos and it would be great if we've GAN's project . I've seen one still would like to have more on it

  • @Dillonharless
    @Dillonharless 4 года назад

    I don't see the CUDA tool kit... doesn't give me the option on Nvidia's site. I have a Geforce GTX 1060; anyone have this problem? I see my current version of the Cuda driver says 11.x in my Nvidia control panel, and I'm guessing I have to downgrade. Though I don't have the option to change this it seems.

  • @himanshugaur3213
    @himanshugaur3213 4 года назад

    In step 9 in cmd while executing command- conda env create -v -f tensorflow-gpu.yml
    cmd prompt is taking too long time and after some time not responding. What should I do?

  • @abheethkotelawala4580
    @abheethkotelawala4580 3 года назад

    This was a great video, watch every single minute!

  • @rdius4822
    @rdius4822 4 года назад +1

    This is a great tutorial!
    I just doubt whether the NVIDIA drivers would work. Since I don't get the options for selecting the CUDA toolkit.
    Anyways, great tutorial!
    Edit: No problem, it works fine. Thank you so so much for helping me out!

  • @gustavorocha6592
    @gustavorocha6592 3 года назад

    Thank you so much. This worked perfectly!

  • @fouried96
    @fouried96 4 года назад +1

    When running the tensorflow-gpu.yml file I get the error: rm_rf failed for C:\Users\Daniel\miniconda3\pkgs\openssl-1.1.1g-he774522_0
    Tried to google this but could not find anything concrete. Any help?
    In the C:\Users\Daniel\miniconda3\pkgs folder I have three openssl folders, namely: openssl-1.1.1d-he774522_4, openssl-1.1.1g-he774522_0, and openssl-1.1.1g-he774522_04lf1gotd.
    The rest of the run continues and creates the environment just fine, but I'm curious as to the error.
    Thanks

    • @niloynazrul1507
      @niloynazrul1507 3 года назад

      hey just curious if u find the answer .. cause I also had the same error.

  • @StarCourtesan
    @StarCourtesan 3 года назад

    Any idea why jupyter can't find my gpu even though if I run cvnn --version I can see that the right version of CUDA is installed?

  • @shahabeinabadi6009
    @shahabeinabadi6009 4 года назад

    My problem is that only with Tesla series you can choose the Cuda toolkit version! I have a GeForce Graphic card and during downloading the driver it does not give any option for the CUDA toolkit

  • @opalkabert
    @opalkabert 4 года назад +1

    As always, this was great. Thank you.

  • @henkhbit5748
    @henkhbit5748 3 года назад

    Thanks, but when I dont use conda and create a new python environment with the same cudnn and CUDA tools then tensorflow does not used the gpu. I dont see any video installing tf+gpu without conda...

  • @Eraseri
    @Eraseri 4 года назад

    I have tried to get tensorflow-gpu setup working for many times now. This is the first time I succeeded. I only came here for installation but I may have to take a look on the course. It must be amazing....
    Oh BTW! If Cuda toolkit-installation fails and every solution you find using Google fails too. If you bang your head against brickwall for two hours like I did then try installing cuda toolkit using "conda install -c anaconda cudatoolkit=10.1"

  • @juansebastianpelaezvilla7821
    @juansebastianpelaezvilla7821 4 года назад

    Muchas gracias por este gran vídeo, me funcionó a la perfección!!

  • @GgoldspiderS
    @GgoldspiderS 4 года назад

    I did all things right (downloaded the recent versions of TF and CUDA as in TF GPU Support), but I always face this error when performing conv. inside Jupyter notebook:
    UnknownError: 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. [Op:Conv2D]

  • @conradosilveira475
    @conradosilveira475 4 года назад

    Jeff, sos mi ídolo. Muchas gracias maestro!

  • @lucasmolina5141
    @lucasmolina5141 4 года назад

    Thanks!!! Finally I can use my gpu for computing!!

  • @tanujashrestha4812
    @tanujashrestha4812 4 года назад

    Hi Jeff - I installed tensorflow-gpu very easily. However, spyder and jupyter does not work. The error that throws is 'Unable to create process using 'C:\Users\tanuj\.conda\envs\tensorflow\python.exe C:\Users\tanuj\.conda\envs\tensorflow\Scripts\jupyter-script.py ''

  • @notmelookat7627
    @notmelookat7627 4 года назад

    i have nvidia card support for cuda 9.1, i installed cuda tookit 9.1 and it all messed up ( dlerror, cudart64_101), should i install cuda 10.0 or 10.1 in the guide page or in the video, please help me !!

  • @NaiGunChaeiei
    @NaiGunChaeiei 4 года назад

    I not done your video yet but pretty clear explanation thx.

  • @MS-yy2dh
    @MS-yy2dh 4 года назад

    I appreciate the video but can certainly see this is a minefield. I have the GeForce RTX2080Ti for which there is no CUDA option when downloading the driver. There is a comment here suggesting selection of 'Game Ready Driver' (this option appears in place of the CUDA driver option) and installing CUDA 10 rather than the currently recommended CUDA 10.1. Might this work?

  • @blackthirt33n
    @blackthirt33n Год назад

    how do you use one the server gpus? got purchased a k80 for 200 dollars but would like some advice on how to use the device.

  • @divyamgupta3302
    @divyamgupta3302 4 года назад

    I am not getting the cuda toolkit option 12:14 steps. instead it is asking for download type GRD or SD

  • @ranjaniniranjan4127
    @ranjaniniranjan4127 4 года назад

    I have followed all steps but I am getting this error in python : cudart64_100.dll not found Can you please help?

  • @duzhaoda4446
    @duzhaoda4446 4 года назад

    i have followed every steps and GPU shows available, but when i running my code, the GPU is not using. do you know why, thank you very much

  • @jeddel6087
    @jeddel6087 4 года назад +1

    im at the part with choosing which cuda toolkit version in the GPU drivers and the option to choose is gone? anyone help please

  • @Ahmetkumas
    @Ahmetkumas 3 года назад

    Hey Jeff thanks for the video, while downloading the driver from Nvidia they don't want to cuda tool kit version there is a download type instead. What should I do?

  • @vladdanieldicu7287
    @vladdanieldicu7287 4 года назад +1

    Thank you! This has been very helpful. Also, I am using Spyder as my IDE to build CNNs and RNNs - are tensorflow and keras still going to run on my GPU right?

  • @peteraldrich8385
    @peteraldrich8385 4 года назад

    I literally used your directions for Linux except install for miniconda and Nvidia drivers/Software:)

  • @mohd.parvez2719
    @mohd.parvez2719 3 года назад

    I have Geforce 820m (Compute capability 2.1) GPU, can I install TensorFlow 2.0? If there is a way, please help.

  • @mohamedsaib3375
    @mohamedsaib3375 3 года назад

    Hi Jeff, thank you for this video. Unfortunately I failed to activate the gpu card of my computer (Nvidia quadro RTX4000).
    May I ask you online assistance to install tensorflow-gpu? thank you in advance

  • @nievesmedina6275
    @nievesmedina6275 4 года назад +1

    It has been really useful for me...I can say you have saved my life! THANK YOU
    I have a question. I get this message in the promt: Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2.
    I have checked github and it says you shoulidn't bother if you work with a GPU (i use a laptop with a Geforce RTX 2070). In other answers it says that if you fix it the machine performace improves...what you dou think? Any recommendation? Thanks in advance

  • @rehanmlengineer
    @rehanmlengineer 4 года назад

    Thank u so much sir it works for me after spending 1 day

  • @RalphKrausse
    @RalphKrausse 4 года назад

    Love this videos, thanks. Question. I am installing for GPU and it looks like NVIDA changed the UI. In your video (around 31:25), it shows the NVIDA site with a dropdown that has the CUDA Toolkit version. That doesn't exist anymore. So what can I do to get the correct version?