TensorFlow core java API 2.x has not been officially released yet. We are releasing a certified
nightly build of TensorFlow core java API under ai.djl.tensorflow
group. Once TensorFlow officially
release 2.x API, we will switch to use the official version.
For more information please refer to:
- TensorFlow Java API: stable 1.x version
- New TensorFlow 2.x Java API: WIP 2.x version
You can pull the TensorFlow core java API from the central Maven repository by including the following dependency:
<dependency>
<groupId>ai.djl.tensorflow</groupId>
<artifactId>tensorflow-api</artifactId>
<version>0.29.0</version>
</dependency>