MusicTransformer-Pytorch icon indicating copy to clipboard operation
MusicTransformer-Pytorch copied to clipboard

MusicTransformer written for MaestroV2 using the Pytorch framework for music generation

Results 6 MusicTransformer-Pytorch issues
Sort by recently updated
recently updated
newest added

Hey Damon, I think I finally did it and I was able to make a fully working Google Colab that actually plays well. I used my TMIDI processors and I...

Need to select the best epoch based on the validation set and use that best epoch to get the final accuracy and loss. Using the test set to select the...

In train.py line 137 `for epoch in range(start_epoch, args.epochs):` When I want to continue to train based on a model weight, there will be an error. Maybe it should be...

Hello, I'm a Japanese college student. This is my first time to use MusicTransformer-Pytorch. I refered to READ ME and Google Colab version, and I tried to train this model....

When I tried to generate midi longer and I change the parameter target_seq_length[in argument_funcs.py] to 4096(default 1024), the issues can be reproduced: RuntimeError: The size of tensor a (2049) must...