forward
Syntax
Description
computes the video classifier outputs for training. You can use this function with dLYVideo
= forward(i3d
,dlXVideo
)dlfeval
(Deep Learning Toolbox) to
automatically compute gradients for updating the learnable parameters of the video
classifier. i3d
is specified as an
inflated3dVideoClassifier
classifier object. Use this syntax when you
set the OpticalFlowMethod
property of the classifier object to
"none"
.
[
also returns the updated video network state. The output, dLYVideo
,stateVideo
] = forward(i3d
,dlXVideo
)stateVideo
,
contains information maintained by the classifier between training iterations. For example,
the state of batch normalization operation.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b
See Also
Functions
sceneTimeRanges
|writeVideoScenes
|classifySequence
|updateSequence
|classifyVideoFile
|predict
|resetSequence