-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi 64 OS + Jetson Nano configure.py #2420
base: master
Are you sure you want to change the base?
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 aarch64
sudo 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
*