Open jwang44 opened 5 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?
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?