File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -389,3 +389,9 @@ docker.io/kubeflow/mpi-horovod-mnist
389
389
` ` `
390
390
docker.io/kubeflowkatib/xgboost-lightgbm
391
391
` ` `
392
+
393
+ - MXNet operator BytePS example, [source](https://github.com/bytedance/byteps/blob/master/example/mxnet/train_imagenet_byteps.py)
394
+
395
+ ` ` `
396
+ docker.io/bytepsimage/mxnet
397
+ ` ` `
Original file line number Diff line number Diff line change 43
43
spec :
44
44
containers :
45
45
- name : mxnet
46
- image : bytepsimage/mxnet
46
+ image : docker.io/ bytepsimage/mxnet
47
47
command : ["bpslaunch"]
48
48
Server :
49
49
replicas : 1
52
52
spec :
53
53
containers :
54
54
- name : mxnet
55
- image : bytepsimage/mxnet
55
+ image : docker.io/ bytepsimage/mxnet
56
56
command : ["bpslaunch"]
57
57
Worker :
58
58
replicas : 1
61
61
spec :
62
62
containers :
63
63
- name : mxnet
64
- image : bytepsimage/mxnet
64
+ image : docker.io/ bytepsimage/mxnet
65
65
command : ["bpslaunch"]
66
66
args :
67
67
[
You can’t perform that action at this time.
0 commit comments