Jetson Nano out of the box configuration

1. Jetson Nano-box configuration and tensorflow-gpu, keras installation

https://blog.csdn.net/alphonse2017/article/details/89493645

2. Getting Started With Jetson Nano Developer Kit

https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#intro

3. NVIDIA SDK Manager

https://docs.nvidia.com/sdk-manager/index.html

4. Installing TensorFlow for Jetson Platform 

https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html

Note: Before installing the corresponding need to install the TensorFlow tensorboard, tensorflow-estimator

sudo pip3 install -U  tensorboard==1.14.0
sudo pip3 install -U  tensorflow-estimator==1.14.0rc0

Installation of third-party libraries and Python pip3 under 5. Ubuntu

https://blog.csdn.net/fengzhen8023/article/details/82927776

6. AI Hello World

https://github.com/dusty-nv/jetson-inference

7. Links to Jetson Nano Resources & Wiki

https://devtalk.nvidia.com/default/topic/1048642/jetson-nano/links-to-jetson-nano-resources-amp-wiki/

 

发布了4 篇原创文章 · 获赞 8 · 访问量 9137

Guess you like

Origin blog.csdn.net/u012254599/article/details/99673221