Getting Started with Python Deep Learning for Beginners

Sdílet
Vložit
  • čas přidán 30. 05. 2024
  • Not too sure where or how to start?
    In this video, you'll learn how to setup your machine and begin using some of the most common tools and libraries when it comes to deep learning. You'll go from absolute beginner to successfully running your own image classification model by the end of this tutorial.
    Get the Code github.com/nicknochnack/Image...
    Links
    Anaconda: www.anaconda.com/products/dis...
    Git: git-scm.com/download/win
    Venv Documentation: docs.python.org/3/library/ven...
    Tensorflow CUDA/cuDNN Versions: www.tensorflow.org/install/so...
    CUDA 11.2: developer.nvidia.com/cuda-11....
    cuDNN Archive: developer.nvidia.com/rdp/cudn...
    Visual Studio 2019: visualstudio.microsoft.com/vs...
    Chapters
    0:00 - Start
    1:58 - PART 1: Setting up Python and Jupyter with Anaconda
    3:38 - Installing Anaconda
    7:38 - Working with Jupyter
    12:32 - PART 2: Environment Creation Workflows
    13:44 - Working with Git and GitHub
    19:12 - Creating Environments for DL
    24:11 - Activating a Virtual Environment
    32:05 - PART 3: Installing Tensorflow for Deep Learning
    39:23 - Running the Image Classifier Pipeline
    41:32 - PART 4: Configuring your GPU
    57:06 - PART 5: Training a Deep Image Classifier
    Oh, and don't forget to connect with me!
    LinkedIn: bit.ly/324Epgo
    Facebook: bit.ly/3mB1sZD
    GitHub: bit.ly/3mDJllD
    Patreon: bit.ly/2OCn3UW
    Join the Discussion on Discord: bit.ly/3dQiZsV
    Happy coding!
    Nick
    P.s. Let me know how you go and drop a comment if you need a hand!
    #deeplearning #python
  • Věda a technologie

Komentáře • 286

  • @user___01
    @user___01 Před 2 lety +117

    This man really can't stop giving us some quality resources.

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +17

      That’s why I’m here my homie! Spreading the ML love! Thanks for checking it out 🙏

    • @marymaegregore5209
      @marymaegregore5209 Před 2 lety +1

      Truu! Thank you so much ❣️💓💓💓

    • @mahya4114
      @mahya4114 Před 8 měsíci

      for real!!

  • @118penguin
    @118penguin Před rokem +32

    Tensorflow has dropped native windows support for GPU usage in their latest versions of tensorflow, so if you are having an issue with tensorflow recognizing your GPU, what I did to fix it is to reinstall the virtual environment, and put this for the pip install code: "!pip install tensorflow==2.8 tensorflow-gpu==2.8 opencv-python matplotlib protobuf==3.19.1". This should make tf recognize your GPU

    • @ujjawaltyagi8540
      @ujjawaltyagi8540 Před rokem +2

      thanks bro ! that saved a lot of time as i was searching everywhere to resolve this ! (but still after following everything GPU is not showing at last..it kind of blinked first it was there but when i executed command before the check command it disappered and now model in not using GPU, taking a lot f time to train model) any idea how to resolve issue ? (we can chat on discord) please

    • @niranjannag4537
      @niranjannag4537 Před 7 měsíci

      ​@@ujjawaltyagi8540have you installed CUDA and CUDNN ??

    • @piyushvarshney6724
      @piyushvarshney6724 Před 5 měsíci

      It's not working either
      I use the tensorflow == 2.12.0
      But it's just gives a long error

    • @user-tj2ru7wr5z
      @user-tj2ru7wr5z Před 4 měsíci +5

      Guys if you did the same and there is no gpu, here is what you should do. First create new environment with python not more than 3.10. Also Tensorflow version should be less than 2.11.
      Here is commands you should run in cmd:
      conda create -n newenvname python=3.10
      conda activate newenvname
      conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
      python -m pip install "tensorflow

    • @user-tj2ru7wr5z
      @user-tj2ru7wr5z Před 4 měsíci

      @@piyushvarshney6724 check my answer to this comment

  • @ehiojehenryerabor6960
    @ehiojehenryerabor6960 Před 11 měsíci +3

    Thanks, Nicholas, I followed every inch of this tutorial and I was able to properly set up my Machine Learning environment by carefully selecting the versions that you used for Tensorflow, Cuda, cuDNN and boom my GPU came alive. Keep more tutorials rolling in.

  • @AgusCraft2002
    @AgusCraft2002 Před 2 měsíci +5

    For those who are getting some errors at the moment of installing tensorflow, tensorflow-gpu, opencv-python and matplotlib (!pip install tensorflow tensorflow-gpu opencv-python matplotlib) make sure to check documentacion about versions.In this moment (March, 2024):
    - The last Python supported version by Tensorflow is 3.11
    - 'tensorflow-gpu' has been removed, so you just have to type '!pip install tensorflow opencv-python matplotlib'

    • @FionaldyAManik
      @FionaldyAManik Před měsícem

      when installing CUDA, i have an error "no supported visual studio version found". I know this is out of topic, but do you maybe know how to fix it?

  • @g.gous17
    @g.gous17 Před 11 měsíci +4

    Thank you soooo much Nicholas! The quality of your videos combined with your contagiousness is amazing. I'm doing my senior thesis at the moment and didn't know where to start (i have no experience at all) and this video (and in general your videos) helped me a lot. Much love from Greece!

  • @johnzarate9975
    @johnzarate9975 Před 2 lety +10

    I always like the vibe that you have in this video, it's not boring to watch even it's 1 hr and a minute length vid

  • @jdilanna
    @jdilanna Před 2 lety +4

    This was great! Can't wait for the next one, absolute legend

  • @shezwad_
    @shezwad_ Před 2 lety +3

    Great content. Teaching the way of creating the virtual environment and understanding the appropriate versions of tensorflow, cudnn and CUDA were brilliant.

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety

      Glad you enjoyed it @shehan! It seemed trivial but it's so helpful in the long run!

  • @brunospfc8511
    @brunospfc8511 Před 2 lety +8

    Thank you so much Nicholas, so many people need this basics, and will enable many to follow the tutorials

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Agreed, that was the goal with this! Have a kick start and then that way everyone can try out the tutorials regardless of skill level.

  • @maythesciencebewithyou
    @maythesciencebewithyou Před 2 lety +2

    You really have the best videos to get started with deep learning.

  • @harunaabdu
    @harunaabdu Před 2 lety +4

    Wow, another awesome content landed! this is really excellent. I really love your content nick

  • @jamejohn2987
    @jamejohn2987 Před 2 lety +25

    When's there's a ton of content about AI and stuffs, no one really says about the environment setup and setting the local machine and stuffs
    But you! Giving us this kind of content is just simply amazing!
    Thank you so much Nicholas.
    As the other part of this video I'd to see the model deploying in fast api or something related
    Hope you consider it
    Thank you

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Thanks a mil @jame john! Yah, will do some deployment stuff soon!

    • @rahulb9205
      @rahulb9205 Před rokem

      !pip install tensorflow tensorflow-gpu opencv-python matplotlib
      let me know how to resolve this

  • @aman1708
    @aman1708 Před 2 lety +2

    I was waiting for this video . Thank You.

  • @khanhlinhnguyen6117
    @khanhlinhnguyen6117 Před 2 lety +3

    Thank you so much for the quality content. You are my fav teacher on ML ❤

  • @Seriosso
    @Seriosso Před 2 lety +3

    Best thing to wake up to in the morning is a notification message on your cell phone saying the Sir Nic uploaded a new video! thanks brother for the amazing job.

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Have an awesome day @Siraj, glad I could make it that little bit extra!

  • @Ranshin077
    @Ranshin077 Před 2 lety +2

    Weird enough, there was one picture of a sad in the happy folder... after putting taking that out, I reran the model and it worked. But great content! This is exactly what I've been looking for.

  • @jonathanjavierloorduque7109

    Thanks always look at you videos and I consider is the best way for learning about IA with python. Always use your tutorials.

  • @jdietzVispop
    @jdietzVispop Před 2 lety

    Man, your content is so good! You are a legend, thank you!

  • @DaniilLusyk
    @DaniilLusyk Před 3 měsíci

    I am starting to learn Ai for myself and i am extremely lucky to have a mentor like you on my side
    Thank you for your work and I'm going to search the next steps (tutorials) on your channel

  • @rebeccakipanga478
    @rebeccakipanga478 Před 10 měsíci +1

    The quality of the content! Thank you sir.😊😊😊😊.

  • @avishekdas7916
    @avishekdas7916 Před 7 měsíci

    Thank you soooo much Nich!!!! This was amazing TF configuration tutorial. I followed each and every step and got mu device configured. 😍😍😍😍😍😍😍😍

  • @mrdbourke
    @mrdbourke Před 2 lety +2

    outstanding setup video! many of the setup steps eg environments/git/github aren't often talked about

  • @oshanijayawardane9640

    aha a lewis fan !! btw the best tutorials i've come across. thanks Nicholas

  • @demokumar7547
    @demokumar7547 Před 7 měsíci

    thanx for amazing tutorial bro
    its really help for beginners
    i'm kind of people who start learning new thing by project not by in depth
    after 2-3 project, i have an idea about what i'm going to learn then i start learning things in depth
    and your this playlist help me a lot bro again thanx

  • @tomrowland8516
    @tomrowland8516 Před 2 lety +4

    I'm just about to bite the bullet and get my first pc build underway for deep learning. I've been using colab for a while now to train and I've found it has really hampered getting a good understanding. Thanks for the vid, this has been favourited to rewatch when the build is complete and I am configuring my GPU!

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Go getem Tom! It makes a huge difference having a machine you can quickly get access to and hammer with some prototypes! lmk how you go!

    • @rahulb9205
      @rahulb9205 Před rokem

      !pip install tensorflow tensorflow-gpu opencv-python matplotlib
      let me know how to resolve this

  • @captainlennyjapan27
    @captainlennyjapan27 Před 2 lety +2

    I really appreciate this quality content!!

  • @JustaCat755
    @JustaCat755 Před 2 lety +3

    Thanks for the tutorial, love your advice and introduction for deep learning for beginners

  • @julian.borisov
    @julian.borisov Před rokem

    The ultimate tutorial! Appreciated!

  • @dhruvjoshi5051
    @dhruvjoshi5051 Před měsícem

    love ❤ the content, thanks for the extra ordinary efforts

  • @mudassarayub3027
    @mudassarayub3027 Před 2 lety +2

    Thank you Nicholas Renotte for the amazing content followed your tensorflow object detection tutorial .
    My humble query is can we apply the save model in this tutorial for real time detection using webcam to classify whether a person is happy or sad like the one with tensorflow sign language detection tutorial where we load the checkpoints for real time sign language detection when it was testing? Is this classification model works only for images?

  • @dragway0385
    @dragway0385 Před rokem +2

    Really really great video❤, for those who have problems installing tensorflow-gpu make sure that the conda env that u are using have the pyrhon version that you need as well of the kernel that you create with that conda env

    • @ShadowkingX
      @ShadowkingX Před rokem

      Yea im having problems because im on windows 11

    • @XieYuting
      @XieYuting Před 9 měsíci

      @@ShadowkingX Hey friend, I've also encountered the same situation as you. I want to know how you handled it in the end

    • @ShadowkingX
      @ShadowkingX Před 9 měsíci

      @@XieYuting nope. The only solution is to wait for them to update or do it in a virtual environment

    • @XieYuting
      @XieYuting Před 9 měsíci

      @@ShadowkingX Okay thank u

  • @avocadro-nq6lh
    @avocadro-nq6lh Před 9 měsíci

    Impressive Nicholas your infectiousness in your teaching style is amazing! The quallity of the content is great, is very helpfull, not boring and your vibe is awesome! Thanks for all!
    I have some questions for you:
    1. If we are running this on a mac machine is it unnecessary to install git and microsoft visual studio right? Furthermore, should we omit the setup involving GPUs in part 4, because we arent have nvidia gpu?
    2. On the mac enviroment are there any spesific lines of code that we must modify? For instance, the line addressing the prevention of OOM errors through GPU Memory Consumption Growth - should we replace 'GPU' with 'CPU' to cater to CPU utilization?
    3. Expanding the model's classification capabilities to encompass more categories - let's say, 9 classes. Would achieving this involve solely uploading 9 data folders of images within the 'data' directory? Or are there code adjustments required to accommodate the altered CNN architecture?
    Your insights are greatly appreciated.

  • @alexanderwang2484
    @alexanderwang2484 Před rokem

    Great tutorial and production quality

  • @fassoyangce1075
    @fassoyangce1075 Před 2 lety +6

    The best instructor! Thank you so much for such simple educative explanation! I've been into ML since 2018 when Keras was a baby still. It was so difficult back in the day to find good explanation for algorithms and what they do, especially in my country where we can't buy books easily from Amazon and such. I was doomed to Indian youtubers. 😂 Thumbs up!

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      I refer to those days as the wild wild west of deep learning, seriously there was so little back then to learn 😅. Anyone that was doing this in 2018 is probably an absolute wizard now though!! Thanks a mil for checking this out @Fasso!

    • @fassoyangce1075
      @fassoyangce1075 Před 2 lety

      @@NicholasRenotte Totally. There were scientific papers on arxiv and Siraj who had an awesome high level channel but turned out to be a scammer in the end. So sad.

  • @barutistudio1397
    @barutistudio1397 Před 2 lety

    Thank you Nicholas, you are my hero💪

  • @WalkAloneLive
    @WalkAloneLive Před 2 lety +3

    Thank you so much Nicholas

  • @gianlucaberitognolo
    @gianlucaberitognolo Před rokem

    Hi Nicholas! i just followed all your tutorial and I loved it, i learnt a lot of things. I got a M1 so i had to install tensorflow in other way but after some funny moment I finally reach the end.
    One problem is that the model returns always a "sad" prediction. I tried to remove some noise from sad and happy folder but the result was the same. Do you have any advice? I didn't chance the code

  • @elhamkeshavarzarshadi7451
    @elhamkeshavarzarshadi7451 Před měsícem +2

    The "tensorflow-gpu" package has been removed!

    Please install "tensorflow" instead.
    Thats what I got when I run the command below!
    !pip install tensorflow-gpu
    And instead of tensorflow-gpu there is tensorflow-intel installed through the tensorflow installation , so it has the whole package

  • @franciscobolivar3917
    @franciscobolivar3917 Před rokem

    Thank you so much for sharing these valuable tools. I am a beginner in Python so this type of tutorial fits very well to me.
    Now, when I try to install the Anaconda, the first check box in the Advanced Options is gray out. Any thoughts? My guess is that my OS is Windows 11. It has been giving me a bunch of headaches with restrictions... but idk.

  • @mvaabox7092
    @mvaabox7092 Před 2 lety +5

    Hello. I've seen a lot of your video tutorials especially about object detection, license plate recognition, and others. It was quite helpful for my campus assignments to my project. From several tutorials on object detection (and the like), have you made a tutorial on how to get the confusion matrix, accuracy, precision, and more after we train, test, and validate the dataset of these images? Thank you before!

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +2

      Don't think I have one out there yet, will add it to the list!

    • @mvaabox7092
      @mvaabox7092 Před 2 lety +1

      @@NicholasRenotte Cool! Waiting for the next content! Thank you!

  • @kenyosh8957
    @kenyosh8957 Před 4 měsíci

    dude omg you're so goated for this TYSMMM

  • @bilalawan7664
    @bilalawan7664 Před 10 měsíci

    You are Great Nick

  • @herofahad777
    @herofahad777 Před 7 měsíci

    Thank you verymuch for your tutorial this has help me alot

  • @1durch0
    @1durch0 Před rokem

    Thank you, amazing tutorial

  • @konradriedel4853
    @konradriedel4853 Před 2 lety +4

    Nice tutorial on the install, additional question: what about using spyder, would that need to be installed within that environment or globally on the drive and then bound to a specific env? And what about using 2 tf versions which require different cudaversions? Ty anyways so far!

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety

      Haven't done too much with Spyder but I'd imagine it would need to sync with the venv as well. For 2 CUDA versions, I normally install both and ensure I've got them both in the env variables.

  • @quanghuytran5645
    @quanghuytran5645 Před rokem

    Hi Nick. I've trained a classification model according to your instructions. But I have a question how to use this model for classification in realtime videos, like drawing a box surrounding an object?? Finally, Thank you so much !!

  • @maraenache4734
    @maraenache4734 Před 2 měsíci

    thank you! loved it

  • @dnasredine
    @dnasredine Před 10 měsíci

    Great content on deep learning, but it would have been even better if the installation and configuration part were covered more efficiently or separately. Nonetheless, the deep learning portion at the end was fantastic and made it worth the wait!

  • @jeb4148
    @jeb4148 Před 10 měsíci +1

    is there any dis/advantages between installing packages in an environment using pip vs conda and making new environments using pip vs conda??

  • @eycanozdemir4712
    @eycanozdemir4712 Před 2 lety +1

    hey Nico. Thanks for this work. Can you show us how we can test again in our own computer environment after training in Colab? I don't have CUDA. GPU is too bad. so is RAM

  • @ishandandekar1808
    @ishandandekar1808 Před rokem

    Hi Nicholas, I accidently installed Visual Studio 2022 instead of 2019. As you said in the video that it was working for you. Although when I installed CUDA software it showed a note where it said that it didn't install Nsight for 2019 Visual Studio. Will that be a problem? I am installing everything for the first time here, don't really know what I am doing so I don't to make a mistake and do the things all over again.

  • @carolinemicheldechabannes3582

    Hey Nicholas thank you for the great video, but I have a problem concerning the installation of ipykernel it doesn't install in my prompt command, I am blocked here, and I can't find the answer. Do you know how where the problem can be, please?

  • @SelfishDengo
    @SelfishDengo Před rokem

    Thanks Nicholas! Is there any way to train image classifier without GPU, only using cpu?

  • @maraenache4734
    @maraenache4734 Před 2 měsíci +1

    I want to share a tip regarding a tutorial advice for troubleshooting errors during the installation of TensorFlow and TensorFlow-GPU. Even if newer versions are available, installing the exact versions mentioned in the tutorial can resolve the issue. Personally, I created a new virtual environment and installed Python 3.9, despite my Anaconda defaulting to Python 3.11. Then, I installed TensorFlow 2.10.0 and TensorFlow-GPU 2.10.0, and everything worked smoothly.

    • @dankoramirez7780
      @dankoramirez7780 Před 2 měsíci

      Hello! How did you install the python 3.9 version in you jupyter lab environment?

  • @elvanhungnguoiban2011
    @elvanhungnguoiban2011 Před 2 lety +1

    THANK YOU so much, you are always my hero

  • @ashalali9646
    @ashalali9646 Před 9 měsíci +3

    I downloaded anaconda but it just had python 3.11. When I tried running the first pip install to get tf and matplotlib etc. I got an error . What can I do?

  • @Muhammad-fm7zc
    @Muhammad-fm7zc Před 2 lety +1

    Thanks Sir Nicholas.

  • @adarshyadav5932
    @adarshyadav5932 Před 6 měsíci

    Question : Are we going to install all the dependencies(tensorflow and all) everytime in each project?

  • @Corianas_
    @Corianas_ Před 2 lety

    Thank you so much for this.

  • @ALIDABAN
    @ALIDABAN Před rokem

    Thank you very much
    Is the deep dive with more than 2 classes online?

  • @scottkorman4953
    @scottkorman4953 Před rokem

    When activating the venv I have both, (base) and (venv) running. I can only open jupyter lab when both are running, but not when (base) is decativated. To open jupyter lab with only the (venv) running I would have to install it there. Now I am wondering whether it is fine to have both activated or should I better only activate (venv) and install everything that I need there?

  • @misbahfahamsyah7023
    @misbahfahamsyah7023 Před 2 lety

    How did you log the metrics every epochs?
    I mean, the logger runs at the same time in every epoch without using tensorboard?

  • @elangoldman6694
    @elangoldman6694 Před 8 měsíci

    It doesn't seem like there's a way to download cuda or cudnn on Mac M2? What should I do instead? Will I still be able to do these deep learning projects on Mac? Thank you for the channel. This is amazing!

  • @bahikhalil6430
    @bahikhalil6430 Před rokem

    great tutorial really helpful for beginners, can someone pls tell me if i have to run the tensorflow installation line every time i restart the jupyter lab or is it saved for that project and if i start to work in a new project do i need to reinstall tensorflow cus it took a bit of time for me

  • @kodamedmans
    @kodamedmans Před rokem

    Amazing video!

  • @Ajaytshaju
    @Ajaytshaju Před 11 měsíci

    Hi there, i have python 3.10.11 and TensorFlow 2.1 installed on my machine, what version of CUDA &cuDNN should i install?
    Some of my code work with py 3.10 only...

  • @deepan_king07
    @deepan_king07 Před 9 měsíci

    Hi Nicholas! i have one dbt,what if we already have newer version of nvidia cuda?

  • @khaakaurkhaaki
    @khaakaurkhaaki Před rokem

    Hi , I have a question... i have tried creating the virtual environment using the "python -m venv name" command that you told but i keep getting this error..."Error: Command '['C:\\projecttut\\ImageClassification-main\\frass\\Scripts\\python.exe', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1."
    i uninstalled and re installed anaconda both with single user and multiple users and tried both times still it didn't work...

  • @mattphorwich
    @mattphorwich Před 2 lety +3

    Exciting stuff! I would really like a robogarden and to know the best resources...I am working on a raspberry pi garden, learning what it can do...I'm a big fan of learning the ai and it will be really cool to see what it can do for real life applications like agriculture!

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Ooooh cool, I know crop yield prediction and leaf disease detection are some interesting use cases @Matt!

    • @mattphorwich
      @mattphorwich Před 2 lety

      @@NicholasRenotte oh wow! I would love to see some tutorials on that,as well as setting the right humidity and temperature and how to make a good spectrometer to see how many vitamins the plants are producing...I'm a big fan of your videos!

  • @DailyQuotesBeHappy
    @DailyQuotesBeHappy Před 5 měsíci

    Thanks for great content

  • @geethasubramanyam
    @geethasubramanyam Před rokem +2

    Hey guys, @28:50 if you're installing ipykernel on mac, you might wanna enter the command as follows
    python -m ipykernel install --user --name=imageclassification
    Happy DeepLearning!

    • @dexternepo
      @dexternepo Před 8 měsíci +1

      Thank you so much! I use Linux and this worked for me as well!

    • @harshavardhan8163
      @harshavardhan8163 Před 27 dny

      Works on Linux too! Thank you!

  • @sergiunica6166
    @sergiunica6166 Před 7 měsíci +2

    (24.10.2023) if you do this today and get an error at first line (pip install tensorflow etc) remove tenserflow-gpu.

    • @YousefAlHanbali
      @YousefAlHanbali Před 6 měsíci

      ****please pin this comment**** @NicholasRenotte

  • @agnideepmukherjee1763

    Hello, a great content. However after I run the code I get an error :
    code : hist = model.fit(train, epochs=20, validation_data=val, callbacks=[tensorboard_callback])
    error : "'Function' object has no attribute '_concrete_stateful_fn'"

  • @amruthamanda4394
    @amruthamanda4394 Před 6 měsíci

    Hey nick I am having a problem with switching the C to D for the command prompt because it is saying device is not ready and I don’t know what the problem is.

  • @elhamkeshavarzarshadi7451
    @elhamkeshavarzarshadi7451 Před měsícem

    'imghdr' is deprecated so you can use pillow library to determine the format of image

  • @rohitchan007
    @rohitchan007 Před 2 lety +2

    You're the best.

  • @user-kq8ln5ve3z
    @user-kq8ln5ve3z Před 11 měsíci

    which command prompt are u using anaconda power shell?

  • @jedeccano6653
    @jedeccano6653 Před 2 měsíci

    hi sir will these tutorials might have the chance to work with RPI?

  • @juanete69
    @juanete69 Před 3 měsíci

    I expected to see more speed increase with the GPU.
    Would it be better if you use cache() and prefetch()?

  • @austinekihara7620
    @austinekihara7620 Před 2 lety +4

    oya dude you are great, sorry no the GOAT!

  • @ReinerFrost
    @ReinerFrost Před 3 měsíci

    cudnn 8.1 isnt publically available now. you are required to have a premium nvidia membership to have that. so, im unable to complete the setup. i tried it with other newer cudnn versions, but none of them are working.

  • @user-yy7rh3bb1q
    @user-yy7rh3bb1q Před 3 měsíci

    0.02s - Debugger warning: It seems that frozen modules are being used, which may
    0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
    0.00s - to python to disable frozen modules.
    0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
    Installed kernelspec faceDetection in C:\ProgramData\jupyter\kernels\facedetection
    i am getting this after installing the kernel
    is something wrong ?

  • @jamilahmarramduarte1575

    sir i clone image classification in comman propmt but not all get it in model its just the imageclassifier.h5 are there.in happy folder

  • @arshdeepsingh5950
    @arshdeepsingh5950 Před 2 lety +3

    Thank you bro highly needed this thing!!! Loving you content Nicholas!!
    Can you also give some tips like how to get a job as Deep Learning Engineer in a tech giant with 0 experience and no college? 😅😅

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Step one: build stuff! 😅 nah, I kid I kid. I'll do some career stuff soon!

    • @arshdeepsingh5950
      @arshdeepsingh5950 Před 2 lety

      @@NicholasRenotte thank u sir...btw ur so cool, like I am too learning Machine Learning since 2 years and am no where near u... how efficiently and smartly u are able to do so many complex projects and topic. Really appropriate that sir 😆

  • @Natalie-gw8jt
    @Natalie-gw8jt Před 6 měsíci

    Hello!! My tensorflow is not downloading onto my Jupyter Lab. Do you have any advice for what I should do?

  • @fahadabdullah510
    @fahadabdullah510 Před rokem

    Isn't it better to use google colab because machine learning and deep learning stuff takes too much memory when running on the system

  • @abdllaibrahim7213
    @abdllaibrahim7213 Před 2 lety

    can u help me in this error
    TypeError Traceback (most recent call last)
    File ~\ImageClassification\imageclassification\lib\site-packages\tensorflow\python\data\util\structure.py:102, in normalize_element(element, element_signature)
    101 if spec is None:
    --> 102 spec = type_spec_from_value(t, use_fallback=False)
    103 except TypeError:
    104 # TypeError indicates it was not possible to compute a `TypeSpec` for
    105 # the value. As a fallback try converting the value to a tensor.

  • @abhishekjoshi8709
    @abhishekjoshi8709 Před 7 měsíci

    While installing kernels in virtual enviornment only two kernels were installed -
    1. ImageClassification
    2. python.
    I mapped the entire instructions explained above but still encountered the same problem. How to solve this issure?

  • @radleygamett4232
    @radleygamett4232 Před rokem

    Nicholas have you created a ML course? I cant seem to find one. I think you would crush it and help many!

  • @davidjhyatt
    @davidjhyatt Před 2 lety +1

    Thanks!

  • @shif3748
    @shif3748 Před 7 měsíci

    is it okay to create and activate virtual environment through anaconda?

  • @TheMarComplex
    @TheMarComplex Před rokem

    You are the best!

  • @abhiramkozhuvil724
    @abhiramkozhuvil724 Před 6 měsíci

    when I run the code for TensorFlow gpu its shows an error and it is saying that tensor flow gpu has been removed

  • @hariomvaja8020
    @hariomvaja8020 Před 6 měsíci

    Hey, can you please tell me what the alternative is for AMD GPU users. Because, like you said, it still doesn't recognise my GPU at all and I keep getting a myriad of errors.
    Thanks in advance! :)

  • @InfiniteTV-008
    @InfiniteTV-008 Před 8 měsíci +2

    Tensorflow-gpu has been removed. Please install tensorflow instead. The tensorflow package supports GPU accelerated operations via Nvidia CUDA. Thank you!

  • @duming3076
    @duming3076 Před rokem

    love you man

  • @prathambansal2036
    @prathambansal2036 Před 11 měsíci

    Can't activate the environment using the given command, its giving an error saying "".\ev_3\bin\activate' is not recognized as an internal or external command, operable program or batch file." PLease HELP..

  • @WilliesBayler
    @WilliesBayler Před 2 lety +3

    Great tutorial!
    I have a quick question. I keep getting this error "[Errno 13] Permission denied: '/usr/local/share/jupyter'" when I run the code "python -m ipykernel install --name=imageclassification" inside the virtual environment. What might be the problem? I'm using Ubuntu for this build.

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +3

      Can you try this for me @Willies (add the user flag):
      python -m ipykernel install --name=imageclassification --user

    • @WilliesBayler
      @WilliesBayler Před 2 lety +2

      @@NicholasRenotte It worked! Thanks

    • @yonatanrotem6113
      @yonatanrotem6113 Před rokem

      @@NicholasRenotte Loving your content, pretty much exactly what I'm after and cool to have a local tutor (I'm in Melbourne!) Just wondering what does adding the user flag do here?

    • @scottkorman4953
      @scottkorman4953 Před rokem

      @@NicholasRenotte Had the same on macOS and it worked with --user!

  • @SA-oj3bo
    @SA-oj3bo Před 2 lety +3

    What if you installed python already on your computer? Will Anaconda disturb/interfere with it? Or they install happy next to each other?

    • @NicholasRenotte
      @NicholasRenotte  Před 2 lety +1

      Yeah normally it causes a bit of a pain, if you already have Python you can install jupyter using pip!

  • @sam-uw3gf
    @sam-uw3gf Před 5 měsíci

    new version of tensorfflow has no cuda and cudnn what should do now