MusicTransformer-Pytorch
MusicTransformer-Pytorch copied to clipboard
MusicTransformer written for MaestroV2 using the Pytorch framework for music generation
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 would like to know the current project MusicTransformer-Pytorch and Optimus-VIRTUOSO in music generation which effect is good, or your sample data set where to find it, I want...
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...