Installing Tensorflow on the Jetson nano and fixing the h5py install error |Wolfy the A.I.Canine

Поділитися
Вставка
  • Опубліковано 20 сер 2024

КОМЕНТАРІ • 40

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

    UA-cam won't let me post the final command in the description so I am posting it hear copy and paste this command into the terminal for the final step sudo pip3 install --pre --extra-index-url developer.download.nvidia.com/compute/redist/jp/v45 ‘tensorflow

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

      thank you! btw I noticed that the line is for the older version of tf

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

      which line, the one in my video or the one up above

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

      the line above. " tensorflow

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

      the way that you did is perfectly fine, the reason why I chose to use that specific version of that command where it says tensorflow

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

    Thank you a lot, you just saved my life. I was stucked with the instalation of Tensorflow in my Jetson Nano, but you helped me a lot. Greetings from Spain!

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

      Thank you I’m glad I could help. How’s the weather in Spain

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

      @@IslanderIntelligence Always nice! hahaha Thank you again for the video!

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

    I cant thank you enough.I was dealing with that like a week and you saved me.Thank you man.

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

      No worries it took a while to figure it out as well until I remember python 2 is no longer supported

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

      Also I really like your profile pic

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

    Another informative video! Any plans for a Christmas 3D printing project video?

  • @sulaimangari2745
    @sulaimangari2745 Рік тому

    thanks dude, this helps me alot

  • @nguyenkhoa851
    @nguyenkhoa851 2 роки тому

    You are my hero. Thanks a lot

  • @deepikasharmar1778
    @deepikasharmar1778 Рік тому

    Thank you so much , was struggling with this since so many days , the commands on the website are for latest versions and don't support Jetson , ur video help me install Tensorflow in 10 minutes , but ur tensorflow< command dint work for me , the one u used in the video worked...

  • @monishravulapally9097
    @monishravulapally9097 2 роки тому

    Thank you. Nvidia should hire you.

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

    thank you :)

  • @bharaths819
    @bharaths819 2 роки тому

    Hey there , I am using Jetson nano 2gb, and have been struggling for the past week in installing tensorflow. When I try your commands , I got an error as follows: Failed building wheel for Numpy and h5py . Please do help at the earliest!

  • @bidyutbikashborah800
    @bidyutbikashborah800 Рік тому

    Hi Sir, Can you help me to setup network proxy in Jetson NANO 4GB module.
    i m trying but no success

  • @chrissteel7889
    @chrissteel7889 2 роки тому

    Great video, i was finally able to get TF 2.3 up and running on my nano. I tried to later update to TF 2.6 but once again ran into a h5py version issue. It appears TF 2.6 requires h5py 3.1.0 instead of 2.9 and when I tried tro upgrade from 2.9 to 3.1, it failed. Any chance you can create another video of how to get to TF 2.5 or 2.6?

    • @IslanderIntelligence
      @IslanderIntelligence  2 роки тому +1

      It’s actually in the works lol

    • @francojoem3114
      @francojoem3114 Рік тому

      @@IslanderIntelligence What is the update on the video?
      I tried installing TF 2.7 according to your instructions, but it's failing to install still due to the h5py error.

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

    Hi, after importing tensorflow at python, the error: Illegal instruction (core dumped). I'm using jetson nano 2GB.

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

      hey sorry for responding so late I have had the same error before and it can be maddening. the error happens when something didn't install correctly. you have three choices you can try updating Tensorflow with the command
      sudo pip3 install --pre --extra-index-url developer.download.nvidia.com/compute/redist/jp/v45 ‘tensorflow

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

      ​@@IslanderIntelligence I managed to install it in my Jetson Nano 2GB.
      Actually, I used your previous step which was the command that UA-cam won't let you post here. Sadly, I cannot run my project in Jetson Nano 2GB because of OOM but thanks bro for the reply 😁👍👍

    • @IslanderIntelligence
      @IslanderIntelligence  3 роки тому +2

      No problem you know you can always try adding more swap space to your jetson nano. or build the model on another computer and then use tensorflow lte to run it on your jetson nano

  • @justin.c249
    @justin.c249 2 роки тому

    does it have cuda support? and will it work on jetpack 4.6? thanks

    • @IslanderIntelligence
      @IslanderIntelligence  2 роки тому +1

      I have never used cuda so I can’t say. The process to install tensorflow should be the same for jet pack 4.6

    • @justin.c249
      @justin.c249 2 роки тому

      @@IslanderIntelligence thanks! will try it after my midterm

  • @minhnghia6068
    @minhnghia6068 2 роки тому

    Can i run model keras .h5 on jetson nano?

    • @IslanderIntelligence
      @IslanderIntelligence  2 роки тому

      U can run the file on a jetson nano but your performance of the saved model may vary depending on the model you have saved. There are ways to optimizing the model for the jetson nano. U have to remember the jetson nano has an arm processor

  • @enosgineer
    @enosgineer 10 місяців тому

    tensorflow==2.3.1+nv20.10 doesn't exist