https://github.com/cloneofsimo/super-simple-lstm-template
https://github.com/cloneofsimo/super-simple-lstm-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloneofsimo/super-simple-lstm-template
- Owner: cloneofsimo
- Created: 2021-02-05T00:32:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T00:33:20.000Z (over 5 years ago)
- Last Synced: 2026-03-27T03:48:23.754Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperSimple PixelRNN, with pytorch-lightning, nn.LSTM
Quite surprisingly, I wasn't able to find any introductory - level use case of torch.nn.LSTM, so I had to make one myself.