COMP6248-Reproducability-Challenge / music-transformer-comp6248

Re-implementation of music transformer paper published for ICLR 2019.
49 stars 8 forks source link

Convert to MIDI Files #5

Open jwang44 opened 5 years ago

jwang44 commented 5 years ago

Hi, after training the model for 300 epochs, I tried to run the model to generate some music by running the command given in README. But all I got is a .npy file. Maybe I did something wrong? Or is there some way to convert this .npy file to music file such as midi?

Asuka0002 commented 4 years ago

Hi,after trained for 300 epochs, I can't get the same train loss provided in this project. And when I run generate I get a bug tell me "The expanded size of the tensor (4) must match the existing size (2) at non-singleton dimension 3. Target sizes: [1, 8, 4, 4]. Tensor sizes: [1, 1, 2]". I wonder if I did something wrong when I train the model?