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