Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 815 Bytes

DJL - TensorFlow core api

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:

  1. TensorFlow Java API: stable 1.x version
  2. New TensorFlow 2.x Java API: WIP 2.x version

Installation

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.19.0</version>
</dependency>