Skip to content
#

music-generation

Here are 238 public repositories matching this topic...

salu133445
salu133445 commented Dec 25, 2020

The current implementation of NESMusicDatabase does not handle the training-validation-test splits provided in the original dataset. To avoid changing the base Dataset class too much, we could add a subset method and achieve something like the following.

nes = muspy.NESMusicDatabase("data/nes/")

training_set = nes.subset("training")  # also a Dataset object
validation_set =

Improve this page

Add a description, image, and links to the music-generation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the music-generation topic, visit your repo's landing page and select "manage topics."

Learn more