Detlef Kroll
Detlef Kroll
with some files it runs successfully, for a bigger dataset I get this error. Thanks in advance
Hi, I'm training on the huge bread-midi-dataset. Enumerating the dataloader from a DatasetJSON throws a KeyError in collators.py line 164: length_of_first = batch[0].size(0) when the batch is empty (len(batch) ==...
Hi, I'm processing the huge bread-midi-dataset. Training the tokenizer throws a KeyError in midi_tokenizer.py line 1712: ids = [self.vocab[token] for token in tokens] maybe line 1709 needs a fix as...
I'd like to run it locally. Thanks in advance,