java
java copied to clipboard
Java bindings for TensorFlow
Hello I am facing an issue with Tensorflow for java. I am trying to load in a Tensorflow model. Here is the code `TensorFlow.loadLibrary("/app/tensorflow/inference.so"); model = SavedModelBundle.load("/app/tensorflow/mc_performance_model_rf", "serve");` It worked...
tf version in python:2.5.0 tf version in java :2.4.1 Result of tf.image.resizeBilinear in Java is different from tf.image.resize In python tf.image.cropAndResize can get the same result
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**...
I**Describe the problem** I am getting errors on the copyright comment block when trying to build a PR. The only differences I see are "Copyright 2020" vs "Copyright 2020-2021" and...
**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):Linux Ubuntu 18.04...
I'd like to move the `Ops` parameters of framework classes to the call method, where possible. This is primarily for Kotlin interop, but has a few other benefits as well....
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**...
Please add support for writing TFRecords. I believe the corresponding python class is `tf.io.TFRecordWriter`.
I had to look around to understand how the java tensorflow keras implementation relates to the framework. It would be helpful if it was more explicit in the documentation here.
I've been using version 0.5.0 and observed some performance inconsistencies across different nodes in my Spark cluster. Specifically, some nodes execute tasks significantly faster than others, with the difference in...