From df9bc38a497ce73da9040c794db1c1b3ea7b3521 Mon Sep 17 00:00:00 2001 From: Pradeep Singh Date: Fri, 12 Jun 2020 16:37:29 +0530 Subject: [PATCH 1/2] Add Video --- beginner_source/blitz/autograd_tutorial.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/beginner_source/blitz/autograd_tutorial.py b/beginner_source/blitz/autograd_tutorial.py index 98e70a251d6..4bdd21d7c84 100644 --- a/beginner_source/blitz/autograd_tutorial.py +++ b/beginner_source/blitz/autograd_tutorial.py @@ -3,6 +3,14 @@ Autograd: Automatic Differentiation =================================== +**Video By**: `Elliot Waite`_ + +.. raw:: html + +
+ +
+ Central to all neural networks in PyTorch is the ``autograd`` package. Let’s first briefly visit this, and we will then go to training our first neural network. From 3eaab0cf890eacea0448d7992c95eadbaa272c5e Mon Sep 17 00:00:00 2001 From: Pradeep Singh Date: Tue, 4 Aug 2020 19:52:33 +0530 Subject: [PATCH 2/2] Removed autoplay from video --- 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 4bdd21d7c84..e031f9fd355 100644 --- a/beginner_source/blitz/autograd_tutorial.py +++ b/beginner_source/blitz/autograd_tutorial.py @@ -8,7 +8,7 @@ .. raw:: html
- +
Central to all neural networks in PyTorch is the ``autograd`` package.