jkjung-avt / jetson_nano

This repository is a collection of scripts/programs I use to set up the software development environment on my Jetson Nano, TX2, and Xavier NX.
MIT License
293 stars 134 forks source link

time on install tensorflow 1.15 with jetpack v4.4 #12

Closed tranmanhdat closed 4 years ago

tranmanhdat commented 4 years ago

i wonder how much time does it cost for installing tensorflow v1.15 with jetpack v4.4 in jetson nano device?

jkjung-avt commented 4 years ago

I use the tensorflow-1.15.2 pip wheel provided by NVIDIA. Details could be found in my blog post: JetPack-4.4 for Jetson Nano.

Overall, it took only 20~30 minutes.

tranmanhdat commented 4 years ago

thank you for your response, last time i build from source take about 1 day LOL, pip wheel is a good choice.