Improved
TensorFlow Java 1.0.0-RC.2
This is the second release candidate for TensorFlow Java 1.0.0, with added support for Linux Arm64 systems, improved in-code documentation (JavaDoc) and other minor fixes.
Conformity to semantic versioning will start with the 1.0.0 release, as per TensorFlow API stability guarantees.
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
Other Changes
- Graph is changed to public in Session.java by @manojava98 in https://github.com/tensorflow/java/pull/535
- Shape proto fix by @karllessard in https://github.com/tensorflow/java/pull/539
- Accept partially known shapes in boolean mask/updates by @karllessard in https://github.com/tensorflow/java/pull/541
- Various javadoc fixes by @Craigacp and @karllessard in https://github.com/tensorflow/java/pull/542, https://github.com/tensorflow/java/pull/555
- Add user instructions on how to use new module names by @karllessard in https://github.com/tensorflow/java/pull/554
New Contributors
- @manojava98 made their first contribution in https://github.com/tensorflow/java/pull/535
- @snadampal made their first contribution in https://github.com/tensorflow/java/pull/545
Full Changelog: https://github.com/tensorflow/java/compare/v1.0.0-rc.1...v1.0.0-rc.2