resume(_:)
Begins or continues an asynchronous hand pose classifier’s training session.
Declaration
static func resume(_ session: MLTrainingSession<MLHandPoseClassifier>) throws -> MLJob<MLHandPoseClassifier>Parameters
- session:
An Mltrainingsession instance that represents the training session.
Return Value
An MLJob that represents the hand pose training session.