Skip to content

Commit 16d8dbb

Browse files
authored
Update 2022-5-24-how-computational-graphs-are-executed-in-pytorch.md
Fig 5 changed from png to gif
1 parent ba158b7 commit 16d8dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-5-24-how-computational-graphs-are-executed-in-pytorch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ In this case, we accumulate the output in the existing `input_buffer` instead of
889889
All this process is summarized in the animation in Figure 5. We see how a thread peeks at the tasks in the ready queue and decrements the next nodes' dependencies, unlocking them for execution.
890890

891891
<p align="center">
892-
<img src="/assets/images/computation-animation-fig-5.png" width="100%">
892+
<img src="/assets/images/computation-animation-fig-5.gif" width="100%">
893893
</p>
894894

895895
<p align = "center">

0 commit comments

Comments
 (0)