reuseExtractedFeatures(from:)
Uses the features another session has already extracted from its dataset.
Declaration
final func reuseExtractedFeatures(from session: MLTrainingSession<Task>) throwsParameters
- session:
Another training session that’s already completed its feature extraction phase.
Discussion
You can only use this method for a new training session that doesn’t already have its own checkpoints.