installTensorFlowJetsonTX icon indicating copy to clipboard operation
installTensorFlowJetsonTX copied to clipboard

Install TensorFlow on the NVIDIA Jetson TX1 or TX2 from the provided wheel files

Results 3 installTensorFlowJetsonTX issues
Sort by recently updated
recently updated
newest added

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

![image](https://user-images.githubusercontent.com/24327071/39079991-3f706cb6-4558-11e8-8968-2ccd75235f7a.png) I just download whl for TX2 and try to install, the result is as above. How can i install tensorflow?

Is it possible for this installation to work with the c++ API of tensorflow?