This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ccc6b6  fix a typo (#8811)
2ccc6b6 is described below

commit 2ccc6b631a303f5caa07064f233186e30994c717
Author: Weixing Zhang <weixingzh...@users.noreply.github.com>
AuthorDate: Fri Nov 24 23:41:19 2017 -0800

    fix a typo (#8811)
---
 docs/faq/model_parallel_lstm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/faq/model_parallel_lstm.md b/docs/faq/model_parallel_lstm.md
index cdf0128..3aab7d3 100644
--- a/docs/faq/model_parallel_lstm.md
+++ b/docs/faq/model_parallel_lstm.md
@@ -12,7 +12,7 @@ powerful heterogeneous hardware environments to achieve 
significant speedups.
 
 There are two primary ways that we can spread a workload across multiple 
devices.
 In a previous document, [we addressed data parallelism](./multi_devices.md),
-an approach in which examples within a batch are divided among the available 
devices.
+an approach in which samples within a batch are divided among the available 
devices.
 With data parallelism, each device stores a complete copy of the model.
 Here, we explore _model parallelism_, a different approach.
 Instead of splitting the batch among the devices, we partition the model 
itself.

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to