Documentation Index
Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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_mode | Default Value |
|---|---|
| FAST | 8 |
| NORMAL | 12 |
| BEST | 16 |