A charRNN based music generator using PyTorch for CS 205 final project.
csv/: contains the data used for training the model. These files are converted from MIDI files by using midicsv tool.dataset/: contains the dataset class for the music generator.model/: contains the model class for the music generator.pretrained/: contains the pretrained model we've provided.