See: Description
| Package | Description |
|---|---|
| ai.djl.mxnet.zoo |
Contains the built-in
MxModelZoo. |
| ai.djl.mxnet.zoo.cv.actionrecognition |
Contains classes for the
Application.CV.ACTION_RECOGNITION models in the MxModelZoo. |
| ai.djl.mxnet.zoo.cv.classification |
Contains classes for the
Application.CV.IMAGE_CLASSIFICATION models in the MxModelZoo. |
| ai.djl.mxnet.zoo.cv.objectdetection |
Contains classes for the
Application.CV.OBJECT_DETECTION models in the MxModelZoo. |
| ai.djl.mxnet.zoo.cv.poseestimation |
Contains classes for the
Application.CV.POSE_ESTIMATION models in the MxModelZoo. |
| ai.djl.mxnet.zoo.cv.segmentation |
Contains classes for the
Application.CV.INSTANCE_SEGMENTATION models in the MxModelZoo. |
| ai.djl.mxnet.zoo.nlp.embedding |
Contains classes for the natural language processing section (
Application.NLP) of
the MxModelZoo. |
| ai.djl.mxnet.zoo.nlp.embedding.utils |
Contains utilities for the natural language processing section (
Application.NLP)
of the MxModelZoo. |
| ai.djl.mxnet.zoo.nlp.qa |
Contains classes for the
Application.NLP.QUESTION_ANSWER models in the MxModelZoo. |
This document is the API specification for the Deep Java Library (DJL) MXNet Model Zoo.
The MXNet Model Zoo module contains MXNet symbolic modules that can be used pre-trained or for inference. See here for more details.