Contents

restoreTrainingSession(sessionParameters:)

Recreates an asynchronous hand pose classifier’s training session by restoring its saved state from the file system.

Declaration

static func restoreTrainingSession(sessionParameters: MLTrainingSessionParameters) throws -> MLTrainingSession<MLHandPoseClassifier>

Parameters

Return Value

An MLTrainingSession that represents the hand pose classifier training session.

See Also

Training a hand pose classifier asynchronously