Skip to content

Commit 331ea35

Browse files
authored
Merge pull request #732 from pytorch/Autograd-edit-v2
Update 2021-6-8-overview-of-pytorch-autograd-engine.md
2 parents 07a839b + db53447 commit 331ea35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-6-8-overview-of-pytorch-autograd-engine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: blog_detail
33
title: 'Overview of PyTorch Autograd Engine'
4-
author: Vasilis Vryniotis and Francisco Massa
4+
author: Preferred Networks, Inc.
55
---
66

77
This blog post is based on PyTorch version 1.8, although it should apply for older versions too, since most of the mechanics have remained constant.
88

9-
To help understand the concepts explained here, it is recommended that you read the awesome blog post by @ezyang: [PyTorch internals](http://blog.ezyang.com/2019/05/pytorch-internals/) if you are not familiar with PyTorch architecture components such as ATen or c10d.
9+
To help understand the concepts explained here, it is recommended that you read the awesome blog post by [@ezyang](https://twitter.com/ezyang): [PyTorch internals](http://blog.ezyang.com/2019/05/pytorch-internals/) if you are not familiar with PyTorch architecture components such as ATen or c10d.
1010

1111
### What is autograd?
1212

0 commit comments

Comments
 (0)