From 51bdac672cb96bdc760f397d5e2dbbef0a458013 Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Fri, 25 Jan 2019 10:37:51 +0100 Subject: [PATCH] Update nn_tutorial.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing duplicated word ”about” --- beginner_source/nn_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: