public class BasicModelZoo
extends java.lang.Object
implements ai.djl.repository.zoo.ModelZoo
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GROUP_ID |
static MlpModelLoader |
MLP |
static ResNetModelLoader |
RESNET |
static SingleShotDetectionModelLoader |
SSD |
| Constructor and Description |
|---|
BasicModelZoo() |
| 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 ResNetModelLoader RESNET
public static final MlpModelLoader MLP
public static final SingleShotDetectionModelLoader SSD