predict
Class: dlhdl.Workflow
Package: dlhdl
Run inference on deployed network and profile speed of neural network deployed on specified target device
Description
predict(
predicts responses for the image data in workflowObject
,image
)imds
by using the deep learning
network that you specified in the dlhdl.Workflow
class for deployment on the
specified target board and returns the results.
predict(
predicts responses for the image data in workflowObject
,image
, Name,Value
)imds
by using the deep learning
network that you specified by using the dlhdl.Workflow
class for deployment
on the specified target boards and returns the results, with one or more arguments specified
by optional name-value pair arguments.