diff --git a/beginner_source/nn_tutorial.py b/beginner_source/nn_tutorial.py index 9d1248da6c7..53a28affc29 100644 --- a/beginner_source/nn_tutorial.py +++ b/beginner_source/nn_tutorial.py @@ -811,7 +811,7 @@ def __iter__(self): # --------------- # # If you're lucky enough to have access to a CUDA-capable GPU (you can -# rent one for about about $0.50/hour from most cloud providers) you can +# rent one for about $0.50/hour from most cloud providers) you can # use it to speed up your code. First check that your GPU is working in # Pytorch: