Skip to content

Commit fc6beec

Browse files
committed
Katib official release v0.16.0
1 parent f299a22 commit fc6beec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+142
-142
lines changed

examples/v1beta1/argo/argo-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
- name: num-examples
7777
container:
7878
name: model-training
79-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
79+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
8080
command:
8181
- "python3"
8282
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/early-stopping/median-stop-with-json-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
spec:
6363
containers:
6464
- name: training-container
65-
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0-rc.1
65+
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.16.0
6666
command:
6767
- "python3"
6868
- "/opt/pytorch-mnist/mnist.py"

examples/v1beta1/early-stopping/median-stop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
spec:
5555
containers:
5656
- name: training-container
57-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
57+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
5858
command:
5959
- "python3"
6060
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/bayesian-optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: training-container
60-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
60+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
6161
command:
6262
- "python3"
6363
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/cma-es.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: training-container
60-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
60+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
6161
command:
6262
- "python3"
6363
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/grid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
spec:
5656
containers:
5757
- name: training-container
58-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
58+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
5959
command:
6060
- "python3"
6161
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/hyperband.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
spec:
7070
containers:
7171
- name: training-container
72-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
72+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
7373
command:
7474
- "python3"
7575
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/multivariate-tpe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
spec:
5555
containers:
5656
- name: training-container
57-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
57+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
5858
command:
5959
- "python3"
6060
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/random.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
spec:
5555
containers:
5656
- name: training-container
57-
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0-rc.1
57+
image: docker.io/kubeflowkatib/mxnet-mnist:v0.16.0
5858
command:
5959
- "python3"
6060
- "/opt/mxnet-mnist/mnist.py"

examples/v1beta1/hp-tuning/simple-pbt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
spec:
4444
containers:
4545
- name: training-container
46-
image: docker.io/kubeflowkatib/simple-pbt:v0.16.0-rc.1
46+
image: docker.io/kubeflowkatib/simple-pbt:v0.16.0
4747
command:
4848
- "python3"
4949
- "/opt/pbt/pbt_test.py"

0 commit comments

Comments
 (0)