public class MxModelZoo
extends java.lang.Object
implements ai.djl.repository.zoo.ModelZoo
MxSymbolBlock for DJL.| Modifier and Type | Field and Description |
|---|---|
static ActionRecognitionModelLoader |
ACTION_RECOGNITION |
static Alexnet |
ALEXNET |
static BertQAModelLoader |
BERT_QA |
static Darknet |
DARKNET |
static Densenet |
DENSENET |
static GloveWordEmbeddingModelLoader |
GLOVE |
static Googlenet |
GOOGLENET |
static java.lang.String |
GROUP_ID |
static InceptionV3 |
INCEPTIONV3 |
static InstanceSegmentationModelLoader |
MASK_RCNN |
static MlpModelLoader |
MLP |
static Mobilenet |
MOBILENET |
static Resnest |
RESNEST |
static Resnet |
RESNET |
static Resnext |
RESNEXT |
static SeResnext |
SE_RESNEXT |
static Senet |
SENET |
static SimplePoseModelLoader |
SIMPLE_POSE |
static Squeezenet |
SQUEEZENET |
static SingleShotDetectionModelLoader |
SSD |
static Vgg |
VGG |
static Xception |
XCEPTION |
static YoloModelLoader |
YOLO |
| Constructor and Description |
|---|
MxModelZoo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupId() |
java.util.Set<java.lang.String> |
getSupportedEngines() |
public static final java.lang.String GROUP_ID
public static final SingleShotDetectionModelLoader SSD
public static final YoloModelLoader YOLO
public static final Alexnet ALEXNET
public static final Darknet DARKNET
public static final Densenet DENSENET
public static final Googlenet GOOGLENET
public static final InceptionV3 INCEPTIONV3
public static final MlpModelLoader MLP
public static final Mobilenet MOBILENET
public static final Resnest RESNEST
public static final Resnet RESNET
public static final Resnext RESNEXT
public static final Senet SENET
public static final SeResnext SE_RESNEXT
public static final Squeezenet SQUEEZENET
public static final Vgg VGG
public static final Xception XCEPTION
public static final SimplePoseModelLoader SIMPLE_POSE
public static final InstanceSegmentationModelLoader MASK_RCNN
public static final ActionRecognitionModelLoader ACTION_RECOGNITION
public static final BertQAModelLoader BERT_QA
public static final GloveWordEmbeddingModelLoader GLOVE