HomeDocsAPI Reference
Kumo.ai
Docs

max_epochs

max_epochs: <int> (Optional)

Description

The maximum number of epochs to train. An epoch is defined as the process of completing the specified number of steps, i.e., max_steps_per_epoch steps, and Kumo evaluates your model on the validation set at the end of each epoch.

  • max_epochsmust be > 0.

Supported Task Types

  • All

Default Values

run_modeDefault Value
FAST8
NORMAL12
BEST16