HomeDocsAPI Reference
Kumo.ai
Docs

max_steps_per_epoch

max_steps_per_epoch: <integer> (Optional)

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 to run_mode.
  • max_steps_per_epoch must be > 0.

Supported Task Types

  • All

Default Values

run_modeDefault Value
FAST1000
NORMAL2000
BEST2000