https://github.com/nathom/pytorch-music-generation
https://github.com/nathom/pytorch-music-generation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathom/pytorch-music-generation
- Owner: nathom
- License: mit
- Created: 2024-03-22T05:00:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T05:00:29.000Z (about 2 years ago)
- Last Synced: 2025-04-06T22:30:06.834Z (about 1 year ago)
- Language: Python
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://classroom.github.com/a/LEtGBJXO)
# PA3 - Character level LSTM for music generation
## Please refer the PA3 pdf for instructions!
### You are free to create new functions, change existing function signatures, add/remove member variables/functions, change returns of a function in the provided start code but you need to maintain the overall given structure of the code.
### We have marked sections to be implemented by you as TODO for your convenience