An open API service indexing awesome lists of open source software.

https://github.com/qengineering/paddle-jetson-nano

Paddle installation wheels for Jetson Nano
https://github.com/qengineering/paddle-jetson-nano

aarch64 armv8 deep-learning jetson-nano jetson-orin linux paddle paddlepaddle python wheel

Last synced: 9 months ago
JSON representation

Paddle installation wheels for Jetson Nano

Awesome Lists containing this project

README

          

# Paddle 2.5.2 for the Jetson Orin Nano
Paddle installation wheel `paddlepaddle_gpu-2.5.2-cp38-cp38-linux_aarch64.whl` for the [Jetson Orin Nano](https://ln5.sync.com/dl/20ba294c0/m3qmundt-ci43kjpi-rj6paptx-kqdytcjn)

With 231 MB it is too large for GitHub.

----

# Paddle 2.0.0 for the regular Jetson Nano
Paddle installation files for the Jetson Nano

For the installation guide see [Install Paddle 2.0.0](https://qengineering.eu/install-paddle-on-jetson-nano.html)

## Dependency
```
# install dependencies
$ sudo apt-get install cmake wget
$ sudo apt-get install libatlas-base-dev libopenblas-dev libblas-dev
$ sudo apt-get install liblapack-dev patchelf gfortran
$ sudo -H pip3 install Cython
$ sudo -H pip3 install -U setuptools
$ pip3 install six requests wheel pyyaml
# upgrade version 3.0.0 -> 3.13.0
$ pip3 install -U protobuf
# download the wheel
$ wget https://github.com/Qengineering/Paddle-Jetson-Nano/raw/main/paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl
# install Paddle
$ sudo -H pip3 install paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl
# clean up
$ rm paddlepaddle_gpu-2.0.0-cp36-cp36m-linux_aarch64.whl
```
## Wheels
Please find your **linux-aarch64** installation wheel here. The **cpXX** number refers to your Python3 version.

----

Please notice, this is the full Paddle package, not the Paddle Lite version for small devices and mobile phones.

For this guide of Paddle Lite see [Install Paddle Lite](https://qengineering.eu/install-paddle-on-jetson-nano.html)

------------

[![paypal](https://qengineering.eu/images/TipJarSmall4.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CPZTM5BB3FCYL)