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

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • 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:
    UA-cam: / heatonre. .
    Twitter: / jeffheaton
    GitHub: github.com/jef...

КОМЕНТАРІ • 322

  • @HeatonResearch
    @HeatonResearch  4 роки тому +10

    Here is an update, as of July 2020. ua-cam.com/video/PnK1jO2kXOQ/v-deo.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

  • @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

  • @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...

  • @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.

  • @yassinehariri5403
    @yassinehariri5403 3 роки тому +1

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

  • @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

  • @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
      ua-cam.com/video/NwnnTDGgF0I/v-deo.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.

  • @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!

  • @aznetruong97
    @aznetruong97 4 роки тому +5

    This deserves a Nobel Peace Prize

  • @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.

  • @Maur01
    @Maur01 3 роки тому

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

  • @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.

  • @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!

  • @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.😁👏

  • @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!

  • @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!

  • @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.

  • @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

  • @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.

  • @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

  • @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

  • @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

  • @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

  • @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.

  • @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!

  • @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.

  • @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.

  • @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!

  • @syafiqsuhaimi5324
    @syafiqsuhaimi5324 3 роки тому

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

  • @HassanKhan-fe3pn
    @HassanKhan-fe3pn 2 роки тому

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

  • @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!

  • @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

  • @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.

  • @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.

  • @dustinellsworth7727
    @dustinellsworth7727 4 роки тому +2

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

  • @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!

  • @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 :)

  • @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 :-)

  • @cassiositta8483
    @cassiositta8483 4 роки тому

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

  • @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

  • @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"

  • @mohammadkhateri8122
    @mohammadkhateri8122 4 роки тому

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

  • @augustorighetti
    @augustorighetti 4 роки тому

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

  • @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

  • @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

  • @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!

  • @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!

  • @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

  • @tejasnareshsuvarna7948
    @tejasnareshsuvarna7948 4 роки тому +2

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

  • @GoodGuadExplainer
    @GoodGuadExplainer 4 роки тому

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

  • @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 !

  • @gustavorocha6592
    @gustavorocha6592 3 роки тому

    Thank you so much. This worked perfectly!

  • @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.

  • @lucasmolina5141
    @lucasmolina5141 4 роки тому

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

  • @peteraldrich8385
    @peteraldrich8385 4 роки тому

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

  • @GuiMVII
    @GuiMVII 4 роки тому

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

  • @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.

  • @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.

  • @rdius4822
    @rdius4822 4 роки тому

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

  • @sandrosilva1798
    @sandrosilva1798 4 роки тому

    You should also say Win10 Home edition doesn't permit TF-GPU. Only Win10 Pro. Great tutorial!

  • @MAl-bl3dq
    @MAl-bl3dq 4 роки тому

    It was great.Thank you very much. It will be so great if we will have U-Net demo too

  • @NaiGunChaeiei
    @NaiGunChaeiei 4 роки тому

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

  • @dalhoomist
    @dalhoomist 4 роки тому

    Jeff, thank you for this tutorial. Phenomenal! It worked for me with no errors! Would you be able to create a tutorial for Linux users? I have this running on my laptop, but have more GPU juice on my Linux machine running Ubuntu 20. Thanks again!

  • @juansebastianpelaezvilla7821
    @juansebastianpelaezvilla7821 4 роки тому

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

  • @JIAmitdemwesen
    @JIAmitdemwesen 4 роки тому

    That was really helpful thank you. For me, this worked without any problems. The only thing that was different for me is that I could not choose any CUDA Version on the Nvida Driver download page. I got a Quadro P3000 in my Laptop and the option to select any CUDA Version was just not there. Other than that I stuck to the survival guide and the Notebook at the end tells me that GPU is available. Now I just need to look up your other videos to figure out how the learning works in python as I am quite new to this.

  • @FitWithAryan
    @FitWithAryan 4 роки тому +1

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

  • @abheethkotelawala4580
    @abheethkotelawala4580 3 роки тому

    This was a great video, watch every single minute!

  • @WilliamBoothClibborn
    @WilliamBoothClibborn 4 роки тому

    Thank you so much. Time to learn tensorflow!

  • @opalkabert
    @opalkabert 4 роки тому +1

    As always, this was great. Thank you.

  • @jihan6780
    @jihan6780 4 роки тому

    Thank you so much I can't believe it worked!

  • @kelemnamare2535
    @kelemnamare2535 3 роки тому

    using "conda env create -f tensorflow-gpu.yml" instead of "conda env create -v -f tensorflow-gpu.yml" worked for me just in case someone else is stuck.

  • @rehanmlengineer
    @rehanmlengineer 4 роки тому

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

  • @blackmantrawow
    @blackmantrawow 4 роки тому

    For GeForce 16 series, the latest driver works just fine with toolkit 10.1 and cuDNN. It is the same driver used for gaming so need to switch. Thank you for the video Jeff

  • @conradosilveira475
    @conradosilveira475 4 роки тому

    Jeff, sos mi ídolo. Muchas gracias maestro!

  • @ayushbhat8011
    @ayushbhat8011 4 роки тому

    It really worked , thanks a lot sir.

  • @josephsebastian943
    @josephsebastian943 4 роки тому

    Very helpful and knowledgable, Thank you!!

  • @sakkyeansong8376
    @sakkyeansong8376 3 роки тому

    oh god, this video saved my life.

  • @TETSU2249
    @TETSU2249 4 роки тому

    Thanks a lot Mr Heaton, helped me very much.

  • @gytisatmanavicius689
    @gytisatmanavicius689 4 роки тому

    Very informative, great tutor, keep it up! Cheers

  • @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!

  • @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?

  • @tamam_jerbi
    @tamam_jerbi 4 роки тому

    saved my day, thanks a lot for your time and effort

  • @samirkhan6195
    @samirkhan6195 4 роки тому

    Thank you Sir , You saved my day , Appreciate your effort :)

  • @aasaialangaram6847
    @aasaialangaram6847 4 роки тому

    Thank you sir...Very useful

  • @GodsOwn4142
    @GodsOwn4142 4 роки тому +1

    Thank you Dr. Heaton. This has been really helpful!

  • @ThuanNguyen-nbt
    @ThuanNguyen-nbt 3 роки тому

    Thank you so much! you save my time!!!

  • @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

  • @chanda442
    @chanda442 4 роки тому

    Best tutorial so far thumbs up.

  • @thehamzaize
    @thehamzaize 4 роки тому

    thank you for this great tutorial, keep up the good work

  • @cristianyesid99
    @cristianyesid99 4 роки тому

    Thank you man for explaning this, best regards!!!

    • @erwinrommel5593
      @erwinrommel5593 4 роки тому

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

  • @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?