• Stars
    star
    284
  • Rank 141,102 (Top 3 %)
  • Language
    Shell
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository is a collection of scripts/programs I use to set up the software development environment on my Jetson Nano, TX2, and Xavier NX.

jetson_nano

This repository is a collection of scripts/programs I use to set up the software development environment on my Jetson Nano, TX2, and Xavier NX.

To set Jetson Nano to 10W (MAXN) performance mode (reference), execute the following from a terminal:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

These are my blog posts related to the scripts in this repository:

And here is a list of TensorFlow versions with the corresponding bazel and protobuf versions:

tensorflow bazel protobuf Tested on
1.12.2 0.15.2 3.6.1 JetPack-4.2
1.15.0 0.26.1 3.8.0 JetPack-4.3
2.0.0 0.26.1 3.8.0 JetPack-4.3
2.3.0 3.1.0 3.8.0 JetPack-4.4