Skip to content

Commit e9f1823

Browse files
authored
Fix the table format (#2068)
1 parent 5c6b06d commit e9f1823

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/blogs/elasticdl-gdd-2019.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ ElasticDL 与 TensorFlow 2.0 以及 Kubernetes 的技术关联。
1010

1111
基于 TensorFlow 的分布式训练系统大致可以分为以下四类:
1212

13-
|-----------------------|-------------------------------|---------------------------------|
1413
| | TensorFlow 1.x graph mode | TensorFlow 2.x eager execution |
1514
|-----------------------|-------------------------------|---------------------------------|
1615
| in TensorFlow runtime | TensorFlow's parameter server | TensorFlow distributed strategy |
17-
|-----------------------|-------------------------------|---------------------------------|
1816
| above TensorFlow API | Uber Horovod | ElasticDL |
19-
|-----------------------|-------------------------------|---------------------------------|
2017

2118
其中,ElasticDL 位于田字格的右下角。之所以选择这条技术思路,是为了利用
2219
Kubernetes 实现容错和弹性调度。

0 commit comments

Comments
 (0)