Skip to content

Commit e233b44

Browse files
author
Andrea Palazzi
authored
Fix typo
1 parent 9a6f561 commit e233b44

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
@@ -1,5 +1,5 @@
11
# ConvLSTM_pytorch
2-
**[This](https://github.com/ndrplz/ConvLSTM_pytorch/blob/master/convlstm.py)** file **implements of Convolutional LSTM in PyTorch** made by [me](https://github.com/ndrplz) and [DavideA](https://github.com/DavideA).
2+
**[This](https://github.com/ndrplz/ConvLSTM_pytorch/blob/master/convlstm.py)** file **contains the implementation of Convolutional LSTM in PyTorch** made by [me](https://github.com/ndrplz) and [DavideA](https://github.com/DavideA).
33

44
We started from [this](https://github.com/rogertrullo/pytorch_convlstm/blob/master/conv_lstm.py) implementation and heavily refactored it add added features to match our needs.
55

0 commit comments

Comments
 (0)