java icon indicating copy to clipboard operation
java copied to clipboard

Java bindings for TensorFlow

Results 125 java issues
Sort by recently updated
recently updated
newest added
trafficstars

This is a rough draft of resource scopes. It's not fully implemented or used anywhere, but the deallocation behavior and API are there, and that's mostly what I want comments...

In woking with `Model` training, an issue on `Optimizer` has shown its head. Currently, when calling `minimize(loss)` on the `Optimizer` instance, the `Optimizer` code walks the entire `Graph` and pulls...

On Windows, I can't use a GPU device even when depending on `tensorflow-core-platform-gpu`, and I don't see the dll finding output. Things work fine on `0.3.3`, but not on `0.4.0-SNAPSHOT`...

Does what it says in the title. I can include the C API files if you want, but most of them (especially the presets) have special formatting by @saudet and...

My local repository says it is 100% in sync with tensorflow/java master. I do a `mvn clean`, `mvn install`, then all the generated `Ops` are updated and next it wants...

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_memory_leak **System information**...

**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):...

# Host description - **OS**: Windows 10 - **Memory**: 16GB - **CPU**: Intel i7 8700 - **GPU**: Nvidia GeForece RTX 2080 - **Java Version**: 8 [Simple project to replicate the...

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**...

**System information** - TensorFlow version: 2.5.0 - Doc Link: [https://www.tensorflow.org/jvm/install](https://www.tensorflow.org/jvm/install) **Describe the documentation issue** The java document only contains a ```install``` chapter , could you please add a ```load saved...