diff --git a/beginner_source/blitz/data_parallel_tutorial.py b/beginner_source/blitz/data_parallel_tutorial.py index eebca8ea52..1788b6de0c 100644 --- a/beginner_source/blitz/data_parallel_tutorial.py +++ b/beginner_source/blitz/data_parallel_tutorial.py @@ -250,6 +250,3 @@ def forward(self, input): # models on several GPUs. After each model finishes their job, DataParallel # collects and merges the results before returning it to you. # -# For more information, please check out -# https://pytorch.org/tutorials/beginner/former\_torchies/parallelism\_tutorial.html. -#