jetsonhacks / installTensorFlowTX2

Install TensorFlow on the NVIDIA Jetson TX2 Development Kit
MIT License
165 stars 82 forks source link

New wheels #20

Open Davidnet opened 6 years ago

Davidnet commented 6 years ago

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

skypanther commented 6 years ago

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!

sherwoac commented 6 years ago

Thanks David. Did you document your build steps perchance?

On Sat, 27 Jan 2018 at 02:22 Tim Poulsen notifications@github.com 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 .

MikoyChinese commented 6 years ago

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 emailmikoy@163.com to contact me.

MikoyChinese commented 6 years ago

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

foromer4 commented 6 years ago

@Davidnet - thanks a lot, that's a big help :) one small question, did you build tensorflow with tensroRT?

zkhodzhaev commented 6 years ago

It did work for me too :) Thank you very much. CUDA 9.0

zkhodzhaev commented 6 years ago

How come the installation was quite fast ? Normally, it took 5-6 hours before when using other scripts.