resume(_:)
Begins or continues an asynchronous style transfer model-training session.
Declaration
static func resume(_ session: MLTrainingSession<MLStyleTransfer>) throws -> MLJob<MLStyleTransfer>Parameters
- session:
An Mltrainingsession instance that represents the training session.
Return Value
An MLJob that represents the style transfer model-training session.