Skip to content

Commit b247f98

Browse files
Default values for Katib Trials count (kubeflow#2321)
* Default values for parallel and max Trial count * Add article * Fix * Point omitted * Update content/en/docs/components/katib/experiment.md Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com> Co-authored-by: 8bitmp3 <19637339+8bitmp3@users.noreply.github.com>
1 parent 6ee696a commit b247f98

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

content/en/docs/components/katib/experiment.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,17 @@ These are the fields in the experiment configuration spec:
107107
[`ObjectiveSpec` type](https://github.com/kubeflow/katib/blob/master/pkg/apis/controller/common/v1beta1/common_types.go#L93).
108108

109109
- **parallelTrialCount**: The maximum number of hyperparameter sets that Katib
110-
should train in parallel.
110+
should train in parallel. The default value is 3.
111111

112112
- **maxTrialCount**: The maximum number of trials to run.
113113
This is equivalent to the number of hyperparameter sets that Katib should
114-
generate to test the model.
114+
generate to test the model. If the `maxTrialCount` value is **omitted**, your
115+
experiment will be running until the objective goal is reached or the experiment
116+
reaches a maximum number of failed trials.
115117

116118
- **maxFailedTrialCount**: The maximum number of failed trials before Katib
117-
should stop the experiment.
118-
This is equivalent to the number of failed hyperparameter sets that Katib
119-
should test.
119+
should stop the experiment. This is equivalent to the number of failed
120+
hyperparameter sets that Katib should test.
120121
If the number of failed trials exceeds `maxFailedTrialCount`, Katib stops the
121122
experiment with a status of `Failed`.
122123

0 commit comments

Comments
 (0)