Contents

iterations

The maximum number of iterations for the training session.

Declaration

var iterations: Int

Discussion

Each iteration represents a full pass over the training data, also known as an epoch. Training may stop with fewer iterations if training converges. This limit also affects resumed training sessions. To extend training beyond the original limit, increase the limit before resuming.

See Also

Configuring the session’s parameters