[doc] Update example-parameter-server.rst (#3773)

This commit is contained in:
Alex LaGrassa
2019-02-06 01:00:54 -05:00
committed by Robert Nishihara
parent fa4eb8313d
commit b0fe5af7c8
+1 -1
View File
@@ -123,5 +123,5 @@ resulting gradients.
current_weights = ps.apply_gradients.remote(*gradients)
Both of these examples implement the parameter server using a single actor,
however they can be easily extended to **shard the parameters across multiple
however they can be easily extended to **split the parameters across multiple
actors**.