Skip to content

Commit 3a9387a

Browse files
committed
Fix gif link
1 parent 284b183 commit 3a9387a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Recall RNN that we learn in the previous lecture. RNN has an “internal state
9191

9292
The process described in the Pixel RNN paper is as follows: Starting from the corner, each pixel is conditional on the pixel from the left and the pixel above. Repeat the sequential generating process until the whole image is generated.
9393

94-
![](https://i.imgur.com/6ajn4Pe.gif =200x)
94+
![](https://i.imgur.com/6ajn4Pe.gif)
9595
<figcaption> Pixel RNN Sequential Generating Process </figcaption>
9696

9797

0 commit comments

Comments
 (0)