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_epochs
must be> 0
.
Supported Task Types
- All
Default Values
run_mode | Default Value |
---|---|
FAST | 8 |
NORMAL | 12 |
BEST | 16 |
Updated 2 days ago