public interface ModelAdapter<T> extends OutputAdapter<T>
Modifier and Type | Method and Description |
---|---|
T |
apply(Model model,
INDArray[] inputs,
INDArray[] inputMasks,
INDArray[] labelsMasks)
This method invokes model internally, and does convertion to T
|
apply
Copyright © 2021. All rights reserved.