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 BertQAModelLoader |
BERT_QA |
static java.lang.String |
GROUP_ID |
static InstanceSegmentationModelLoader |
MASK_RCNN |
static MlpModelLoader |
MLP |
static java.lang.String |
NAME |
static Resnet |
RESNET |
static Resnext |
RESNEXT |
static SeResnext |
SE_RESNEXT |
static Senet |
SENET |
static SimplePoseModelLoader |
SIMPLE_POSE |
static Squeezenet |
SQUEEZENET |
static SingleShotDetectionModelLoader |
SSD |
| Constructor and Description |
|---|
MxModelZoo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getSupportedEngines() |
public static final java.lang.String NAME
public static final java.lang.String GROUP_ID
public static final MlpModelLoader MLP
public static final SingleShotDetectionModelLoader SSD
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 SimplePoseModelLoader SIMPLE_POSE
public static final InstanceSegmentationModelLoader MASK_RCNN
public static final ActionRecognitionModelLoader ACTION_RECOGNITION
public static final BertQAModelLoader BERT_QA