We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using AddControlInput (commit e61ec03) in Ubuntu 16.04, it results in the following error:
AddControlInput
/usr/lib/jvm/jdk1.8.0_181/bin/java: symbol lookup error: /home/wumo/.javacpp/cache/tensorflow-1.10.0-1.4.3-20180817.021425-14-linux-x86_64.jar/org/bytedeco/javacpp/linux-x86_64/libjnitensorflow.so: undefined symbol: _ZN10tensorflow15AddControlInputEP8TF_GraphP12TF_OperationS3_
while in windows 10, there is no such error.
The text was updated successfully, but these errors were encountered:
We probably need to enable Python support for the Bazel build as well...
Sorry, something went wrong.
* Enable Python API for TensorFlow build with Bazel (issue #602)
6f847c3
Ok, I've enabled the Python API for the build with Bazel as well. That symbol now appears in the list, but I haven't tested it...
It worked. thx @saudet .
No branches or pull requests
when using
AddControlInput
(commit e61ec03) in Ubuntu 16.04, it results in the following error:while in windows 10, there is no such error.
The text was updated successfully, but these errors were encountered: