Description
The maximum number of steps to train in a single epoch. If set, it will override the number of experiments set by run_mode
. It is useful to customize time spent on training versus validation for large training data.
- By default
max_steps_per_epoch
is set to according torun_mode
. max_steps_per_epoch
must be> 0
.
Supported Task Types
- All
Default Values
run_mode | Default Value |
---|---|
FAST | 1000 |
NORMAL | 2000 |
BEST | 2000 |
Updated 5 months ago