Contents

restoreTrainingSession(sessionParameters:)

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

Declaration

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

Parameters

Return Value

An MLTrainingSession that represents the hand action classifier training session.

See Also

Training a hand action classifier asynchronously