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
- sessionParameters:
The same Mltrainingsessionparameters instance that created an existing training session.
Return Value
An MLTrainingSession that represents the hand pose classifier training session.