Skip to content

Commit cd9643c

Browse files
authored
Add tutorials to submit a distributed training job on Kubernetes. (#409)
Add tutorials to submit a distributed training job on Kubernetes
1 parent 35288ae commit cd9643c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/requirements.readthedocs.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tensorflow==2.5.1
1+
tensorflow==2.5.1
2+
recommonmark==0.7.1

docs/source/Quick-Start.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ history = model.fit(train_model_input, train[target].values,
116116
pred_ans = model.predict(test_model_input, batch_size=256)
117117

118118
```
119-
You can check the full code [here](./Examples.html#classification-criteo).
120119

120+
You can check the full code [here](./Examples.html#classification-criteo).
121121

122+
You also can run a distributed training job with the keras model on Kubernetes using [ElasticDL](https://github.com/sql-machine-learning/elasticdl/blob/develop/docs/tutorials/elasticdl_deepctr_keras.md).
122123

123124
## Getting started: 4 steps to DeepCTR Estimator with TFRecord
124125

@@ -176,12 +177,6 @@ eval_result = model.evaluate(test_model_input)
176177
print(eval_result)
177178
```
178179

179-
You can check the full code [here](./Examples.html#estimator-with-tfrecord-classification-criteo).
180-
181-
182-
183-
184-
185-
186-
180+
You can check the full code [here](./Examples.html#estimator-with-tfrecord-classification-criteo).
187181

182+
You also can run a distributed training job with the estimator model on Kubernetes using [ElasticDL](https://github.com/sql-machine-learning/elasticdl/blob/develop/docs/tutorials/elasticdl_deepctr_estimator.md).

0 commit comments

Comments
 (0)