installTensorFlowJetsonTX icon indicating copy to clipboard operation
installTensorFlowJetsonTX copied to clipboard

Who will keep the wheel files current with tensorflow releases?

Open kaisark opened this issue 6 years ago • 5 comments

Who will keep the wheel files current with tensorflow releases?

TF 1.6 is out...

https://pypi.python.org/pypi/tf-nightly-gpu doesn't include the TX1...

I built TF 1.5 using bazel 0.10.0 release: (tensorflow-1.5.0-cp35-cp35m-linux_aarch64.whl) https://drive.google.com/file/d/17t4tBYtBr1eJGMaQsOVqxBTwhtjjgTZX/view?usp=sharing

kaisark avatar Feb 10 '18 22:02 kaisark

Thanks for sharing your file @kaisark

saikishor avatar Apr 27 '18 09:04 saikishor

@kaisark Is it a gpu version of tensorflow 1.5?

MerlotQ avatar Jul 21 '18 03:07 MerlotQ

@MerlotQ Yes it is a GPU version. Usually, it should be of GPU when we talk about Jetson, as there is no point of running a CPU version on it.

saikishor avatar Jul 23 '18 06:07 saikishor

@kaisark Thanks for sharing this. You should submit a PR against this repo with the new wheel file - maybe others can find it easier that way!

mprat avatar Oct 08 '18 21:10 mprat

@MerlotQ Yes, it was GPU version using build scripts from Jetsonhacks.

It looks like there are folks out there that are creating new TF wheel files for Jetson TX1/TX2, but you might need to upgrade to CUDA 9 via a Jetpack flash. I provided the related links below.

https://devtalk.nvidia.com/default/topic/1031300/jetson-tx2/tensorflow-1-11-0-wheel-with-jetpack-3-3/1

https://github.com/peterlee0127/tensorflow-nvJetson

kaisark avatar Dec 04 '19 17:12 kaisark