You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/11/25 01:36:52 UTC

[incubator-mxnet] branch master updated: Fix a typo (#8809)

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

jxie 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 65b57b1  Fix a typo (#8809)
65b57b1 is described below

commit 65b57b1d61e7e483d601a1dcd2360d25f9669929
Author: Weixing Zhang <we...@users.noreply.github.com>
AuthorDate: Fri Nov 24 17:36:48 2017 -0800

    Fix a typo (#8809)
---
 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 c4de779..cdf0128 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 divvied among the available devices.
+an approach in which examples 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
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].