max_val_steps: <integer>
(Optional)The maximum number of validation steps to perform. If set, max_val_steps
will override the number of steps set by run_mode
. Setting max_val_steps
is useful for customizing the time spent on validation the model.
By default max_val_steps
is set according to run_mode
.
max_val_steps
must be > 0
.
run_mode | Default Value |
---|---|
FAST | 1000 |
NORMAL | 2000 |
BEST | 2000 |
max_val_steps: <integer>
(Optional)The maximum number of validation steps to perform. If set, max_val_steps
will override the number of steps set by run_mode
. Setting max_val_steps
is useful for customizing the time spent on validation the model.
By default max_val_steps
is set according to run_mode
.
max_val_steps
must be > 0
.
run_mode | Default Value |
---|---|
FAST | 1000 |
NORMAL | 2000 |
BEST | 2000 |