close
The Wayback Machine - https://web.archive.org/web/20210817181238/https://github.com/topics/music-information-retrieval
Skip to content
#

music-information-retrieval

Here are 304 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-information-retrieval 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-information-retrieval topic, visit your repo's landing page and select "manage topics."

Learn more