java
java copied to clipboard
Java bindings for TensorFlow
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template **System...
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): YES - OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64):...
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...
Hi all, is there any plan to have aarch64 build for tensorflow Java? There is a growing demands from DJL community looking for TF aarch64 support. So far I can...
Was trying to load a model using `SavedModelBundle.load(savedModelPath, "serve")` but ran into the `operand "" does not exist on the graph` issue. Error log: Looking into Tensorflow Java source code...
Compiling from source, cuDNN version is not compatible? How can I change the cuDNN compile version?
I use mvn install java-0.5.0 in jetson with below environment. Finally it completed and generated the "tensorflow-core-api-0.5.0-linux-arm64-gpu.jar". **System information** - OS Platform and Distribution : Linux Ubuntu 20.04 arm64 -...
Hi everybody, i am just simply trying to create a Complex object, and asking myself it is simply not implemented, because i do not find the Class-Type for complex64 or...
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template **System...
The latest available tensorflow-java package (0.5.0) depends on protobuf-java 3.19.4, which has 3 vulnerabilities. * [[CVE-2022-3171] CWE-noinfo](https://ossindex.sonatype.org/vulnerability/CVE-2022-3171?component-type=maven&component-name=com.google.protobuf%2Fprotobuf-java&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0) * [[CVE-2022-3509] CWE-20: Improper Input Validation](https://ossindex.sonatype.org/vulnerability/CVE-2022-3509?component-type=maven&component-name=com.google.protobuf%2Fprotobuf-java&utm_source=ossindex-client&utm_medium=integration&utm_content=1.7.0) * [[CVE-2022-3510] CWE-400: Uncontrolled Resource Consumption ('Resource...
hi team, I'm encountering a similar issue with: https://github.com/tensorflow/java/issues/480 When I tried to load `val opList = TensorFlow.loadLibrary(this::class.java.getResource("/inference.so")!!.path)`, I can see the exception like: ``` app {-tdh44/load-model#GET] Unhandled exception from...