ERROR: /home/ubuntu/bazel/src/main/java/com/google/devtools/common/options/BUILD:6:1 Java compilation in rule ‘//src/main/java/com/google/devtools/common/options:options’ failed: java failed: error executing command external/local-jdk/bin/java -Xbootclasspath/p:external/bazel_tools/third_party/java/jdk/langtools/javac.jar -client -jar bazel-out/host/bin/src/java_tools/buildjar/bootstrap_deploy.jar … (remaining 1 argument(s) skipped): Worker process did not return a correct WorkResponse. This is probably caused by a bug in the worker, writing unexpected other data to stdout.
Target //src;bazel faild to build
Use --verbose_failures to see the command lines of failed build steps.
It’s NOT recommended to use TK1 for deep learning use case.
The latest available cuDNN is version 2.0 and this will give you lots of limitation especial for deep learning.
To compile TensorFlow on TK1, please remember to check all the dependency version is compatible with TK1 first.
Thanks.
Did you manage to get it working? If so some help would be much appreciated! I have also been trying to use Tensorflow or Pytorch on the TK1, so far unsuccessfully!
With the support from nvidia, Jetpack includes some basic tools like cuda, cudnn and so on.
But, following the steps in the website, the version of tf is just 0.8.0.
I have tried to upgrade version, but failed.
I have tried a simple example with a light CNN, the result is bad.
so… I give up, TK1 seems to be good at encode and decode for video and audio, like opencv.
The only good news is that I didn’t meet any strange error during installation. If the version is OK, you could have a try, good luck!
I try it again, everything is working fine.
Did you have installed python-wheel? Try “sudo apt-get install python-wheel”
OR Make sure python version is 2.7
Yes using Python 2.7 worked for me! Thank you! Although now when trying to “import tensorflow as tf” I get a Cuda error. I think this is because cuda was installed using Python 3… Does this make sense?
Hi, When I run “import tensorflow as tf”
shows me below error which stated that unable to load cuDNN DSO?
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcublas.so locally
I tensorflow/stream_executor/dso_loader.cc:99] Couldn’t open CUDA library libcudnn.so. LD_LIBRARY_PATH: /usr/local/cuda-6.5/lib:/usr/local/cuda/lib:
I tensorflow/stream_executor/cuda/cuda_dnn.cc:1562] Unable to load cuDNN DSO
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcufft.so locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcuda.so.1 locally
I tensorflow/stream_executor/dso_loader.cc:105] successfully opened CUDA library libcurand.so locally