JamesOwers / midi_degradation_toolkit

A toolkit for generating datasets of midi files which have been degraded to be 'un-musical'.
MIT License
38 stars 5 forks source link

Adapt `make_dataset.py` such that you can supply a flag to make it do just single parts #55

Closed JamesOwers closed 5 years ago

JamesOwers commented 5 years ago

At the moment, if you run the script without --command there's no way to create the command csvs without running the whole shebang again. We should think about how best to do structure the script to make stuff like this easier.

apmcleod commented 5 years ago

In models, this is now moved to a new function here: https://github.com/JamesOwers/midi_degradation_toolkit/blob/models/mdtk/pytorch_datasets.py#L57

Not callable via script, though.

apmcleod commented 5 years ago

Fixed by #62