Skip to content

Commit 941e43f

Browse files
authored
Update 2021-8-31-computational-graphs-constructed-in-pytorch.md
1 parent d4f87ab commit 941e43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-8-31-computational-graphs-constructed-in-pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: blog_detail
33
title: 'How Computational Graphs are Constructed in PyTorch'
44
author: Preferred Networks
5-
featured-img: 'assets/images/computational_graph_creation.gif'
5+
featured-img: 'assets/images/augmented_computational_graph.png'
66
---
77

88
In the previous [post](https://pytorch.org/blog/overview-of-pytorch-autograd-engine/) we went over the theoretical foundations of automatic differentiation and reviewed the implementation in PyTorch. In this post, we will be showing the parts of PyTorch involved in creating the graph and executing it. In order to understand the following contents, please read @ezyang’s wonderful [blog post](http://blog.ezyang.com/2019/05/pytorch-internals/) about PyTorch internals.

0 commit comments

Comments
 (0)