Skuldur / Classical-Piano-Composer

MIT License
602 stars 318 forks source link

data file #34

Closed sahithya-b closed 4 years ago

sahithya-b commented 4 years ago

what does the notes in data file contains ? how can I open it ?

Skuldur commented 4 years ago

That is a pickle dump of the notes used to train the model. You can load it using the pickle library (https://github.com/Skuldur/Classical-Piano-Composer/blob/master/predict.py#L16)