Multi-input predict
Generates output predictions for a given set of input samples and a given model.
Inputs
-
Model — DynamicObject
The model.
-
X — DynamicObject
The input samples.
Outputs
-
Y’ — Tensor
The output predictions.
Generates output predictions for a given set of input samples and a given model.
Model — DynamicObject
The model.
X — DynamicObject
The input samples.
Y’ — Tensor
The output predictions.