From d38271be880d5107dacb6da6a0104c7ddcefa4b1 Mon Sep 17 00:00:00 2001 From: Hafez Ghaemi Date: Wed, 22 Feb 2023 18:13:37 +0330 Subject: [PATCH] Correct typo Correct typo in A GENTLE INTRODUCTION TO TORCH.AUTOGRAD --- beginner_source/blitz/autograd_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/blitz/autograd_tutorial.py b/beginner_source/blitz/autograd_tutorial.py index 5c0ce2d0a7b..5d468d387f6 100644 --- a/beginner_source/blitz/autograd_tutorial.py +++ b/beginner_source/blitz/autograd_tutorial.py @@ -40,7 +40,7 @@ shape (1,1000). .. note:: - This tutorial work only on CPU and will not work on GPU (even if tensor are moved to CUDA). + This tutorial work only on CPU and will not work on GPU (even if tensors are moved to CUDA). """ import torch