Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d092a2

Browse files
kli-casiasoumith
authored andcommitted
Update data_parallel_tutorial.py (#239)
1 parent 06dc977 commit 2d092a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

beginner_source/blitz/data_parallel_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ def forward(self, input):
148148
# Results
149149
# -------
150150
#
151-
# When we batch 30 inputs and 30 outputs, the model gets 30 and outputs 30 as
152-
# expected. But if you have GPUs, then you can get results like this.
151+
# If you have no GPU or one GPU, when we batch 30 inputs and 30 outputs, the model gets 30 and outputs 30 as
152+
# expected. But if you have multiple GPUs, then you can get results like this.
153153
#
154154
# 2 GPUs
155155
# ~~~~~~

0 commit comments

Comments
 (0)