peterlee0127 / tensorflow-nvJetson

TensorFlow for NVIDIA Jetson, also include patch and script for building.
https://tfjetson.peterlee.app
205 stars 61 forks source link

Building script available? #13

Closed alejandroandreu closed 6 years ago

alejandroandreu commented 6 years ago

Hi,

First off, thanks for your work! It's been of tremendous help to me :+1: I was wondering if you had the scripts that you use to build this? I'd like to do nightly builds on my CI system, and I can't afford for the TX2 to take hours every time...

Cheers!

peterlee0127 commented 6 years ago

Hi, you can follow the official docs. https://www.tensorflow.org/install/install_sources

alejandroandreu commented 6 years ago

Oh, so you don't do cross-compiling but build them directly on the TX2 board?

peterlee0127 commented 6 years ago

Yes, I build tensorflow binary directly.

alejandroandreu commented 6 years ago

Ok, thanks for your input!