Skip to content

Commit ad7f974

Browse files
Fix typo in the joint document. (#2132)
1 parent 620cbfa commit ad7f974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blogs/elasticdl-usability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ forward 函数的时候,可以打印中间结果,便于调试和复现问题
168168
方法,协调 workers 来做训练。当使用 asynchronous SGD 方法时,master 会启动一个高
169169
性能的 parameter server,供各个 workers 使用。当使用 synchronous SGD 时,
170170
ElasticDL 使用和才云科技合作研发的一个 Kubernetes-native 的 fault-tolerable
171-
AllReduce 实现 TFlib
171+
AllReduce 实现 FTlib
172172

173173
### Master 负责动态数据划分
174174

0 commit comments

Comments
 (0)