You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
sleebapaul
changed the title
How to make this repository work on Jetson Nano with r32.4.2 ?
How to make this repository work on Jetson Nano with r32.4.2?
Jun 5, 2020
My System
Trace of
cat /etc/nv_tegra_release
# R32 (release), REVISION: 4.2, GCID: 20074772, BOARD: t210ref, EABI: aarch64, DATE: Thu Apr 9 01:22:12 UTC 2020
What I've done?
I've downloaded the latest Jetpack SDk from here.
The file name was
nv-jetson-nano-sd-card-image-r32.4.2.zip
. Flashed it usingBaleno Etcher
.Installed TensorFlow
1.13.1
using the command mentioned in this repository.1.13.1
requires CUDA10.0
and it can't find the same in the Jetson Nano.Because, by default, the CUDA version installed in Jetson Nano is
10.2
.Another issue is TensorRT version. TensorFlow
1.13.1
is built for TensorRT5.0
. The default TensorRT version is7.1
.Questions
Can I downgrade the CUDA version to 10.0 ? How to do that?
Can I downgrade the TensorRT version to 5? How to do that?
How to make this repository work on
r32.4.2
?The text was updated successfully, but these errors were encountered: