Contents

resume(_:)

Begins or continues an asynchronous style transfer model-training session.

Declaration

static func resume(_ session: MLTrainingSession<MLStyleTransfer>) throws -> MLJob<MLStyleTransfer>

Parameters

Return Value

An MLJob that represents the style transfer model-training session.

See Also

Training a style transfer model asynchronously