Package | Description |
---|---|
org.deeplearning4j.nn.adapters | |
org.deeplearning4j.parallelism | |
org.deeplearning4j.remote |
Modifier and Type | Class and Description |
---|---|
class |
YoloModelAdapter
This ModelAdapter implementation is suited for use of Yolo2 model with ParallelInference
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ParallelInference.output(@NonNull ModelAdapter<T> adapter,
INDArray... inputs)
This method does forward pass and returns output provided by OutputAdapter
|
<T> T |
ParallelInference.output(@NonNull ModelAdapter<T> adapter,
INDArray[] input,
INDArray[] inputMasks)
This method does forward pass and returns output provided by OutputAdapter
|
<T> T |
InplaceParallelInference.output(@NonNull ModelAdapter<T> adapter,
INDArray[] input,
INDArray[] inputMasks,
INDArray[] labelsMasks)
This method does forward pass and returns output provided by OutputAdapter
|
Modifier and Type | Field and Description |
---|---|
protected ModelAdapter<O> |
JsonModelServer.modelAdapter |
Copyright © 2020. All rights reserved.