New
TensorFlow Java 1.0.0
TensorFlow Java 1.0.0 Release!
Starting from this version, the project will follow the TensorFlow API stability guarantees.
While most the API has not been impacted, there are some breaking changes that might require updating the code of your application if you've been using TensorFlow Java before, please see these guidelines for more details.
Major Changes
- Support of Linux Arm64 systems by @snadampal in https://github.com/tensorflow/java/pull/545
- Upgrade to TF2.16.2 by @karllessard in https://github.com/tensorflow/java/pull/557
- Major refactoring of the build and CI/CD pipelines, to facilitate next TensorFlow upgrades