FelixDeMan

Results 2 issues of FelixDeMan

First of all, impressive work! I am working on a project where I try to compare different music generation algorithms and, since the dataset that is actually used is not...

When trying to preprocess my midi files (using the DataPreProcessing notebook), it keeps on returning None when ``` try: # if duet_only and num_piano_tracks(input_path) not in [1, 2]: return None...