Raspberry Pi 64 OS + Jetson Nano configure.py#2420
Raspberry Pi 64 OS + Jetson Nano configure.py#2420Qengineering wants to merge 4 commits intotensorflow:masterfrom
Conversation
Add configuration for Raspberry Pi 64-bit OS and Jetson Nano. The Nano does not know TF_NEED_CUDA, nor TF_CUDA_VERSION (= JETSON_CUDA). Simplest solution is an extra branch.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
sudo nano configure.py Change 2 lines to the following:- def is_raspi_arm(): write("build --copt=-mavx") <-not known in gcc aarch64sudo ln -s /home/pi/google-kws/venv/lib/python3.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so /usr/lib/lib_pywrap_tensorflow_internal.so Works for Aarch64 just do the normal install after |
StuartIanNaylor
left a comment
There was a problem hiding this comment.
Pi fixes checked working nano should also
|
Any chance we could get this pull request merged as it doesn't actually change existing just adds support for missing architecture? |
|
Tests are failing |
Description
Modified configure.py for installation on an aarch64 linux machine like Raspberry Pi 64-bit OS or Jetson Nano.
Extra lines to get CUDA and cuDNN working for the Jetson Nano.
Fixes # none
Type of change
Checklist:
How Has This Been Tested?
Installed the Addons successfully on the RPi 64 OS and the Jetson Nano
*