From cb427103ab088860ac45c6e639b22e30a20e4886 Mon Sep 17 00:00:00 2001 From: elliotwaite <1767836+elliotwaite@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:26:37 -0700 Subject: [PATCH] Add explanation video to `torch.autograd` tutorial --- beginner_source/blitz/autograd_tutorial.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beginner_source/blitz/autograd_tutorial.py b/beginner_source/blitz/autograd_tutorial.py index 3b33ffca9a8..b6d4007303f 100644 --- a/beginner_source/blitz/autograd_tutorial.py +++ b/beginner_source/blitz/autograd_tutorial.py @@ -321,3 +321,4 @@ # # - `In-place operations & Multithreaded Autograd `__ # - `Example implementation of reverse-mode autodiff `__ +# - `Video: PyTorch Autograd Explained - In-depth Tutorial `__