Skip to content

Commit

Permalink
Fix typo "asynchronizely" -> "asynchronously" (pytorch#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy authored Sep 21, 2020
1 parent cba6b85 commit f1e682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/model_parallel_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def plot(means, stds, labels, fig_name):
# -----------------------------
#
# In the following experiments, we further divide each 120-image batch into
# 20-image splits. As PyTorch launches CUDA operations asynchronizely, the
# 20-image splits. As PyTorch launches CUDA operations asynchronously, the
# implementation does not need to spawn multiple threads to achieve
# concurrency.

Expand Down

0 comments on commit f1e682e

Please sign in to comment.