Skip to content

Commit 284b183

Browse files
committed
CS231N Course Note: Generative Modeling
1 parent 35a7e19 commit 284b183

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

9797

0 commit comments

Comments
 (0)