My Blog

A Dive into Automatic Differentiation

14 minute read

How torch.autograd is implemented. In this blog, I will share a small discussion on the underlying technology the popular PyTorch module torch.autograd uses....