Contents

restoreTrainingSession(sessionParameters:)

Creates an asynchronous training session for a sound classifier by restoring an existing training session’s state from its parameters.

Declaration

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

Parameters

Return Value

An MLTrainingSession that represents the sound classifier training session.

See Also

Training a sound classifier asynchronously