how to use Tensorflow

Hi

I’m using Jetson Tx1 board.
I installed jetpack 3.3.

I want to use pose-estimation source with this board(cuda and GPU).

I have some questions.

Can i use tensorflow upper than version 1.4?
If i can, How??

And how can i use more storage at this board.

Thanks.

Hi,

NVIDIA provides an official python wheel to Install TensorFlow on Jetson, it is available on the Jetson Download Center:

[url]https://developer.nvidia.com/embedded/downloads#?search=tensorflow[/url]

Over there you can find TensorFlow 1.9, 1.12 and 1.13 with GPU and TensorRT support. The latest version seems to have dropped support for the TX1 though.

after you installed tensorflow via pip somehow,
you will be able to load it as a python library, e.g.

python3
import tensorflow as tf