From b0fe5af7c87911f98a2bc048b79d1a15720b5337 Mon Sep 17 00:00:00 2001 From: Alex LaGrassa Date: Wed, 6 Feb 2019 01:00:54 -0500 Subject: [PATCH] [doc] Update example-parameter-server.rst (#3773) --- doc/source/example-parameter-server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/example-parameter-server.rst b/doc/source/example-parameter-server.rst index 3411d5051..f104ca00a 100644 --- a/doc/source/example-parameter-server.rst +++ b/doc/source/example-parameter-server.rst @@ -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**.