The TensorFlow model zoo contains symbolic models that can be used for inference. All the models in this model zoo contain pre-trained parameters for their specific datasets.
The latest javadocs can be found on the djl.ai website.
You can also build the latest javadocs locally using the following command:
./gradlew javadoc
The javadocs output is built in the build/doc/javadoc folder.
To use the experimental TensorFlow model zoo, you need to build from source. Simply begin by checking out the code. Once you have checked out the code locally, you can build it as follows using Gradle:
./gradlew build
Follow the main README.md and the quick start guide
The TensorFlow model zoo contains Computer Vision (CV) models. We currently only support image classification models.
- CV
- Image Classification
Please see DJL Model Zoo