jetsonhacks / installTensorFlowTX1

Scripts to install TensorFlow on the NVIDIA Jetson TX1 Development Kit
MIT License
62 stars 28 forks source link

Zlib library patch not completing along side avro update - TX2 #12

Closed JonathanJenk closed 7 years ago

JonathanJenk commented 7 years ago

Used these scripts on a TX1 and a TX2 today, the TX1 did not find these problems, however with the TX2 the patch didnt seem to apply for the Zlib move. Manually changing the tensorflow/tensorflow/workspace.bzl file to reflect the move worked.

The avro.tar file has also changed location (again, only present on the TX2) which only needed the 1.8.0 version adapted to 1.8.2, eg: "avro-doc-1.8.2.tar.gz".

Maybe not always useful, if needing the latest, but using this means the versions synced.

jetsonhacks commented 7 years ago

There is a separate repository for the TX2 and TensorFlow: https://github.com/jetsonhacks/installTensorFlowTX2 Thank you for the information here.