The project follows the TensorFlow API stability guarantees.
Major Changes
- Upgrade to TF 2.18.0 by @Craigacp in https://github.com/tensorflow/java/pull/608
- Code changes to add PluggableDevice support for Inference by @rjauhari2 in https://github.com/tensorflow/java/pull/605
Other Changes
- Add NVIDIA CUDA dependency to README.md by @y...