removeCheckpoints(_:)
Removes the checkpoints that satisfy your closure from the training session.
Declaration
final func removeCheckpoints(_ predicate: (MLCheckpoint) -> Bool) throwsParameters
- predicate:
A closure that returns a Boolean indicating whether to remove a checkpoint.