jason9693 / MusicTransformer-tensorflow2.0

implementation of music transformer with tensorflow-2.0 (ICLR2019)
MIT License
353 stars 81 forks source link

Cannot use custom midi #21

Open ghost opened 3 years ago

ghost commented 3 years ago

there is a processing error when I use my own 2k collection of MIDI. I tried changing the format from .mid to .midi, still give "�]q" as an output. MIDI dataset was generated from wave2midi2wave method from Magenta

li-car-fei commented 2 years ago

I have met the same question, have someone solved it?