installTensorFlowTX2 icon indicating copy to clipboard operation
installTensorFlowTX2 copied to clipboard

New wheels

Open Davidnet opened this issue 6 years ago • 7 comments

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

Davidnet avatar Jan 27 '18 00:01 Davidnet

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!

skypanther avatar Jan 27 '18 02:01 skypanther

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 .

sherwoac avatar Jan 28 '18 15:01 sherwoac

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.

MikoyChinese avatar Mar 16 '18 10:03 MikoyChinese

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

MikoyChinese avatar Mar 16 '18 12:03 MikoyChinese

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

foromer4 avatar May 22 '18 07:05 foromer4

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

zkhodzhaev avatar Aug 06 '18 23:08 zkhodzhaev

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

zkhodzhaev avatar Aug 07 '18 10:08 zkhodzhaev