Commit aa39dc33 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1421 from handong1587/master

Fix a typo.
parents 214ecc79 4fbbcc7e
...@@ -756,7 +756,7 @@ batch-splitting the model across multiple GPUs. ...@@ -756,7 +756,7 @@ batch-splitting the model across multiple GPUs.
permit training the model with higher learning rates. permit training the model with higher learning rates.
* Often the GPU memory is a bottleneck that prevents employing larger batch * Often the GPU memory is a bottleneck that prevents employing larger batch
sizes. Employing more GPUs allows one to user larger batch sizes because sizes. Employing more GPUs allows one to use larger batch sizes because
this model splits the batch across the GPUs. this model splits the batch across the GPUs.
**NOTE** If one wishes to train this model with *asynchronous* gradient updates, **NOTE** If one wishes to train this model with *asynchronous* gradient updates,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment