We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797e69b commit 17edec6Copy full SHA for 17edec6
examples/v1beta1/early-stopping/median-stop.yaml
@@ -42,11 +42,7 @@ spec:
42
max: "10"
43
trialTemplate:
44
retain: true
45
- primaryPodLabels:
46
- "pod-role": "primary"
47
primaryContainerName: training-container
48
- successCondition: status.conditions.#(type=="Complete")#|#(status=="True")#
49
- failureCondition: status.conditions.#(type=="Failed")#|#(status=="True")#
50
trialParameters:
51
- name: learningRate
52
description: Learning rate for the training model
@@ -59,9 +55,6 @@ spec:
59
55
kind: Job
60
56
spec:
61
57
template:
62
- metadata:
63
- labels:
64
65
58
66
containers:
67
- name: training-container
0 commit comments