Skip to content

Commit 5b559b5

Browse files
authored
Remove tutorial loop from data_parallel_tutorial
The tutorial link directed to a page that redirected back after 3 seconds, rendering it unnecessary.
1 parent 6b750ab commit 5b559b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

beginner_source/blitz/data_parallel_tutorial.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,4 @@ def forward(self, input):
250250
# models on several GPUs. After each model finishes their job, DataParallel
251251
# collects and merges the results before returning it to you.
252252
#
253-
# For more information, please check out
254-
# https://pytorch.org/tutorials/beginner/former\_torchies/parallelism\_tutorial.html.
255-
#
253+

0 commit comments

Comments
 (0)