Skip to content

TensorFlow Java 1.0.0

Latest
Compare
Choose a tag to compare
@karllessard karllessard released this 06 Dec 21:14
be7687b

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 #545
  • Upgrade to TF2.16.2 by @karllessard in #557
  • Major refactoring of the build and CI/CD pipelines, to facilitate next TensorFlow upgrades
    • Using official TensorFlow native builds in published TensorFlow Java artifacts
    • Publish macOS ARM64 binaries as one of the default platforms
    • Enable compatibility with existing TensorFlow plugins (e.g. tensorflow-text)
  • Fix non-deterministic gradient descent during training

Other Changes

New Contributors

Full Changelog: v0.5.0...v1.0.0