Skip to content

Commit c88a7ec

Browse files
author
euler16
committed
fixing README
1 parent d559ec2 commit c88a7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains PyTorch code for training and visualising (through heat
55
## Recurrent Neural Networks
66
Recurrent Nets are Neural Network architecure for modelling sequences. The code in the repository is about the 2 main variants of RNN :- **LSTM and GRU**. <br>
77
The working of RNN can be summarized in the following gif
8-
<img src="assets/rnn.gif" height="400" width="400"/>
8+
<img src="assets/rnn.gif" height="400" width="500"/>
99

1010
The input to the RNN in our case is vectorized representation of characters.
1111

0 commit comments

Comments
 (0)