Contents

removeCheckpoints(_:)

Removes the checkpoints that satisfy your closure from the training session.

Declaration

final func removeCheckpoints(_ predicate: (MLCheckpoint) -> Bool) throws

Parameters

  • predicate:

    A closure that returns a Boolean indicating whether to remove a checkpoint.