- setBaseNetwork(Block) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the base network for the SSD framework.
- setConvArch(int[][]) - Method in class ai.djl.basicmodelzoo.cv.classification.VGG.Builder
-
Sets the number of blocks according to the user.
- setDropOutRate(float) - Method in class ai.djl.basicmodelzoo.cv.classification.AlexNet.Builder
-
Sets the dropout rate in the network.
- setDropOutRate(float) - Method in class ai.djl.basicmodelzoo.cv.classification.NiN.Builder
-
Sets the dropout rate in the network.
- setImageShape(Shape) - Method in class ai.djl.basicmodelzoo.cv.classification.ResNetV1.Builder
-
Sets the shape of the image.
- setNumChannels(int[]) - Method in class ai.djl.basicmodelzoo.cv.classification.AlexNet.Builder
-
Sets the number of channels for the AlexNet blocks.
- setNumChannels(int[]) - Method in class ai.djl.basicmodelzoo.cv.classification.LeNet.Builder
-
Sets the number of channels for the LeNet blocks.
- setNumChannels(int[]) - Method in class ai.djl.basicmodelzoo.cv.classification.NiN.Builder
-
Sets the number of channels for the niN blocks.
- setNumClasses(int) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the number of classes of objects to be detected.
- setNumFeatures(int) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the number of down sampling blocks to be applied.
- setNumLayers(int) - Method in class ai.djl.basicmodelzoo.cv.classification.ResNetV1.Builder
-
Sets the number of layers in the network.
- setNumLayers(int) - Method in class ai.djl.basicmodelzoo.cv.classification.VGG.Builder
-
Sets the number of layers.
- setOutSize(long) - Method in class ai.djl.basicmodelzoo.cv.classification.ResNetV1.Builder
-
Sets the size of the output.
- setRatios(List<List<Float>>) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the list of aspect ratios of generated anchor boxes.
- setSizes(List<List<Float>>) - Method in class ai.djl.basicmodelzoo.cv.object_detection.ssd.SingleShotDetection.Builder
-
Sets the list of sizes of generated anchor boxes.
- SimpleTextDecoder - Class in ai.djl.basicmodelzoo.nlp
-
SimpleTextDecoder implements a Decoder that employs a RecurrentBlock to
decode text input.
- SimpleTextDecoder(RecurrentBlock, int) - Constructor for class ai.djl.basicmodelzoo.nlp.SimpleTextDecoder
-
Contructs a new instance of SimpleTextDecoder with the given RecurrentBlock.
- SimpleTextDecoder(TrainableTextEmbedding, RecurrentBlock, long) - Constructor for class ai.djl.basicmodelzoo.nlp.SimpleTextDecoder
-
Contructs a new instance of SimpleTextDecoder with the given RecurrentBlock.
- SimpleTextEncoder - Class in ai.djl.basicmodelzoo.nlp
-
SimpleTextEncoder implements a Encoder that employs a RecurrentBlock to
encode text input.
- SimpleTextEncoder(RecurrentBlock) - Constructor for class ai.djl.basicmodelzoo.nlp.SimpleTextEncoder
-
Contructs a new instance of SimpleTextEncoder with the given RecurrentBlock.
- SimpleTextEncoder(TrainableTextEmbedding, RecurrentBlock) - Constructor for class ai.djl.basicmodelzoo.nlp.SimpleTextEncoder
-
Contructs a new instance of SimpleTextEncoder with the given RecurrentBlock
and TrainableTextEmbedding.
- SingleShotDetection - Class in ai.djl.basicmodelzoo.cv.object_detection.ssd
-
SingleShotDetection is an implementation of Block that implements a Single Shot
Detection (SSD) model for object detection.
- SingleShotDetection.Builder - Class in ai.djl.basicmodelzoo.cv.object_detection.ssd
-
- SqueezeNet - Class in ai.djl.basicmodelzoo.cv.classification
-
SqueezeNet contains a generic implementation of Squeezenet adapted from [torchvision
implmentation](https://github.com/pytorch/vision/blob/master/torchvision/models/squeezenet.py)
- squeezenet(int) - Static method in class ai.djl.basicmodelzoo.cv.classification.SqueezeNet
-
Construct squeezenet v1.1.
- SSD - Static variable in class ai.djl.basicmodelzoo.BasicModelZoo
-
- SsdModelLoader - Class in ai.djl.basicmodelzoo.cv.object_detection.ssd
-
Model loader for SingleShotDetection(SSD).
- SsdModelLoader(Repository) - Constructor for class ai.djl.basicmodelzoo.cv.object_detection.ssd.SsdModelLoader
-
Creates the Model loader from the given repository.