@@ -22,7 +22,7 @@ The following table shows images for the
22
22
</tr>
23
23
<tr align="center">
24
24
<td>
25
- <code>docker .io/kubeflowkatib /katib-controller</code>
25
+ <code>ghcr .io/kubeflow/katib /katib-controller</code>
26
26
</td>
27
27
<td>
28
28
Katib Controller
@@ -33,7 +33,7 @@ The following table shows images for the
33
33
</tr>
34
34
<tr align="center">
35
35
<td>
36
- <code>docker .io/kubeflowkatib /katib-ui</code>
36
+ <code>ghcr .io/kubeflow/katib /katib-ui</code>
37
37
</td>
38
38
<td>
39
39
Katib User Interface
@@ -44,7 +44,7 @@ The following table shows images for the
44
44
</tr>
45
45
<tr align="center">
46
46
<td>
47
- <code>docker .io/kubeflowkatib /katib-db-manager</code>
47
+ <code>ghcr .io/kubeflow/katib /katib-db-manager</code>
48
48
</td>
49
49
<td>
50
50
Katib DB Manager
@@ -87,7 +87,7 @@ The following table shows images for the
87
87
</tr>
88
88
<tr align="center">
89
89
<td>
90
- <code>docker .io/kubeflowkatib /file-metrics-collector</code>
90
+ <code>ghcr .io/kubeflow/katib /file-metrics-collector</code>
91
91
</td>
92
92
<td>
93
93
File Metrics Collector
@@ -98,7 +98,7 @@ The following table shows images for the
98
98
</tr>
99
99
<tr align="center">
100
100
<td>
101
- <code>docker .io/kubeflowkatib /tfevent-metrics-collector</code>
101
+ <code>ghcr .io/kubeflow/katib /tfevent-metrics-collector</code>
102
102
</td>
103
103
<td>
104
104
Tensorflow Event Metrics Collector
@@ -131,7 +131,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
131
131
</tr>
132
132
<tr align="center">
133
133
<td>
134
- <code>docker .io/kubeflowkatib /suggestion-hyperopt</code>
134
+ <code>ghcr .io/kubeflow/katib /suggestion-hyperopt</code>
135
135
</td>
136
136
<td>
137
137
<a href="https://github.com/hyperopt/hyperopt">Hyperopt</a> Suggestion
@@ -142,7 +142,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
142
142
</tr>
143
143
<tr align="center">
144
144
<td>
145
- <code>docker .io/kubeflowkatib /suggestion-skopt</code>
145
+ <code>ghcr .io/kubeflow/katib /suggestion-skopt</code>
146
146
</td>
147
147
<td>
148
148
<a href="https://github.com/scikit-optimize/scikit-optimize">Skopt</a> Suggestion
@@ -153,7 +153,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
153
153
</tr>
154
154
<tr align="center">
155
155
<td>
156
- <code>docker .io/kubeflowkatib /suggestion-optuna</code>
156
+ <code>ghcr .io/kubeflow/katib /suggestion-optuna</code>
157
157
</td>
158
158
<td>
159
159
<a href="https://github.com/optuna/optuna">Optuna</a> Suggestion
@@ -164,7 +164,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
164
164
</tr>
165
165
<tr align="center">
166
166
<td>
167
- <code>docker .io/kubeflowkatib /suggestion-goptuna</code>
167
+ <code>ghcr .io/kubeflow/katib /suggestion-goptuna</code>
168
168
</td>
169
169
<td>
170
170
<a href="https://github.com/c-bata/goptuna">Goptuna</a> Suggestion
@@ -175,7 +175,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
175
175
</tr>
176
176
<tr align="center">
177
177
<td>
178
- <code>docker .io/kubeflowkatib /suggestion-hyperband</code>
178
+ <code>ghcr .io/kubeflow/katib /suggestion-hyperband</code>
179
179
</td>
180
180
<td>
181
181
<a href="https://www.kubeflow.org/docs/components/katib/experiment/#hyperband">Hyperband</a> Suggestion
@@ -186,7 +186,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
186
186
</tr>
187
187
<tr align="center">
188
188
<td>
189
- <code>docker .io/kubeflowkatib /suggestion-enas</code>
189
+ <code>ghcr .io/kubeflow/katib /suggestion-enas</code>
190
190
</td>
191
191
<td>
192
192
<a href="https://www.kubeflow.org/docs/components/katib/experiment/#enas">ENAS</a> Suggestion
@@ -197,7 +197,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
197
197
</tr>
198
198
<tr align="center">
199
199
<td>
200
- <code>docker .io/kubeflowkatib /suggestion-darts</code>
200
+ <code>ghcr .io/kubeflow/katib /suggestion-darts</code>
201
201
</td>
202
202
<td>
203
203
<a href="https://www.kubeflow.org/docs/components/katib/experiment/#differentiable-architecture-search-darts">DARTS</a> Suggestion
@@ -208,7 +208,7 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
208
208
</tr>
209
209
<tr align="center">
210
210
<td>
211
- <code>docker .io/kubeflowkatib /earlystopping-medianstop</code>
211
+ <code>ghcr .io/kubeflow/katib /earlystopping-medianstop</code>
212
212
</td>
213
213
<td>
214
214
<a href="https://www.kubeflow.org/docs/components/katib/early-stopping/#median-stopping-rule">Median Stopping Rule</a>
@@ -240,7 +240,7 @@ The following table shows images for training containers which are used in the
240
240
</tr>
241
241
<tr align="center">
242
242
<td>
243
- <code>docker .io/kubeflowkatib /pytorch-mnist-cpu</code>
243
+ <code>ghcr .io/kubeflow/katib /pytorch-mnist-cpu</code>
244
244
</td>
245
245
<td>
246
246
PyTorch MNIST example with printing metrics to the file or StdOut with CPU support
@@ -251,7 +251,7 @@ The following table shows images for training containers which are used in the
251
251
</tr>
252
252
<tr align="center">
253
253
<td>
254
- <code>docker .io/kubeflowkatib /pytorch-mnist-gpu</code>
254
+ <code>ghcr .io/kubeflow/katib /pytorch-mnist-gpu</code>
255
255
</td>
256
256
<td>
257
257
PyTorch MNIST example with printing metrics to the file or StdOut with GPU support
@@ -262,7 +262,7 @@ The following table shows images for training containers which are used in the
262
262
</tr>
263
263
<tr align="center">
264
264
<td>
265
- <code>docker .io/kubeflowkatib /tf-mnist-with-summaries</code>
265
+ <code>ghcr .io/kubeflow/katib /tf-mnist-with-summaries</code>
266
266
</td>
267
267
<td>
268
268
Tensorflow MNIST example with saving metrics in the summaries
@@ -273,7 +273,7 @@ The following table shows images for training containers which are used in the
273
273
</tr>
274
274
<tr align="center">
275
275
<td>
276
- <code>docker .io/kubeflowkatib /xgboost-lightgbm</code>
276
+ <code>ghcr .io/kubeflow/katib /xgboost-lightgbm</code>
277
277
</td>
278
278
<td>
279
279
Distributed LightGBM example for XGBoostJob
@@ -306,7 +306,7 @@ The following table shows images for training containers which are used in the
306
306
</tr>
307
307
<tr align="center">
308
308
<td>
309
- <code>docker .io/kubeflowkatib /enas-cnn-cifar10-gpu</code>
309
+ <code>ghcr .io/kubeflow/katib /enas-cnn-cifar10-gpu</code>
310
310
</td>
311
311
<td>
312
312
Keras CIFAR-10 CNN example for ENAS with GPU support
@@ -317,7 +317,7 @@ The following table shows images for training containers which are used in the
317
317
</tr>
318
318
<tr align="center">
319
319
<td>
320
- <code>docker .io/kubeflowkatib /enas-cnn-cifar10-cpu</code>
320
+ <code>ghcr .io/kubeflow/katib /enas-cnn-cifar10-cpu</code>
321
321
</td>
322
322
<td>
323
323
Keras CIFAR-10 CNN example for ENAS with CPU support
@@ -328,7 +328,7 @@ The following table shows images for training containers which are used in the
328
328
</tr>
329
329
<tr align="center">
330
330
<td>
331
- <code>docker .io/kubeflowkatib /darts-cnn-cifar10-gpu</code>
331
+ <code>ghcr .io/kubeflow/katib /darts-cnn-cifar10-gpu</code>
332
332
</td>
333
333
<td>
334
334
PyTorch CIFAR-10 CNN example for DARTS with GPU support
@@ -339,7 +339,7 @@ The following table shows images for training containers which are used in the
339
339
</tr>
340
340
<tr align="center">
341
341
<td>
342
- <code>docker .io/kubeflowkatib /darts-cnn-cifar10-cpu</code>
342
+ <code>ghcr .io/kubeflow/katib /darts-cnn-cifar10-cpu</code>
343
343
</td>
344
344
<td>
345
345
PyTorch CIFAR-10 CNN example for DARTS with CPU support
0 commit comments