installTensorFlowTX2
installTensorFlowTX2 copied to clipboard
New wheels
Hi I just build and tested tensorflow 1.5 for Jetson TX2 using L4T 28.2 and CUDA 9 and CUDNN 7
Hope this helps
https://github.com/Davidnet/JetsonTFBuilds/releases/tag/v1.5.0
You're a godsend. I could not get TF to build using the instructions in this repo (bazel compile error as others reported). But your whl installs just fine. Thank you!
Thanks David. Did you document your build steps perchance?
On Sat, 27 Jan 2018 at 02:22 Tim Poulsen [email protected] wrote:
You're a godsend. I could not get TF to build using the instructions in this repo (bazel compile error as others reported). But your whl installs just fine. Thank you!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jetsonhacks/installTensorFlowTX2/issues/20#issuecomment-360952587, or mute the thread https://github.com/notifications/unsubscribe-auth/AKjLMLJFxb5aKLgWOqj7MiO-zzkj0YR9ks5tOohTgaJpZM4RvEJM .
Here is my building step. First, the problem : Closure Rules requires Bazel >=0.4.5 but was 0.11.1
. If you met this error, just change like this url [ https://github.com/bazelbuild/bazel/issues/4834 ], change all the files where show this error. Then if you meet the second problem just like this url [ https://github.com/bazelbuild/bazel/issues/4828 ] , some network failed to load, you can choose another time to bazel build it again. And for this issue , I show my thought about this problem.
If you have any problems , you can send me a email [email protected] to contact me.
Here is my document to build Tensorflow1.5.0. http://note.youdao.com/noteshare?id=3779eaea012bfec0fd1dc3e6b27a2b62 If you can't visit it and try to visit another web: https://www.jianshu.com/p/d53d231e8cf0
@Davidnet - thanks a lot, that's a big help :) one small question, did you build tensorflow with tensroRT?
It did work for me too :) Thank you very much. CUDA 9.0
How come the installation was quite fast ? Normally, it took 5-6 hours before when using other scripts.