Skip to content

Commit

Permalink
Add tutorials to submit a distributed training job on Kubernetes. (#409)
Browse files Browse the repository at this point in the history
Add tutorials to submit a distributed training job on Kubernetes
  • Loading branch information
workingloong committed Sep 13, 2021
1 parent 35288ae commit cd9643c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.readthedocs.txt
@@ -1 +1,2 @@
tensorflow==2.5.1
tensorflow==2.5.1
recommonmark==0.7.1
13 changes: 4 additions & 9 deletions docs/source/Quick-Start.md
Expand Up @@ -116,9 +116,10 @@ history = model.fit(train_model_input, train[target].values,
pred_ans = model.predict(test_model_input, batch_size=256)

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

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

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).

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

Expand Down Expand Up @@ -176,12 +177,6 @@ eval_result = model.evaluate(test_model_input)
print(eval_result)
```

You can check the full code [here](./Examples.html#estimator-with-tfrecord-classification-criteo).







You can check the full code [here](./Examples.html#estimator-with-tfrecord-classification-criteo).

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 comments on commit cd9643c

Please sign in to comment.