midi-rnn icon indicating copy to clipboard operation
midi-rnn copied to clipboard

Generate monophonic melodies with machine learning using a basic LSTM RNN

Results 5 midi-rnn issues
Sort by recently updated
recently updated
newest added

Hi, I would like to have more information bout which python version and OS are you using in order to run this. I tried with Mac Big Sur and it...

Traceback (most recent call last): File "sample.py", line 122, in main() File "sample.py", line 81, in main model, epoch = train.get_model(args, experiment_dir=experiment_dir) File "C:\Users\misho\midi-rnn-master\train.py", line 89, in get_model model, epoch...

I noticed that you only save pitch in the input encoding, but the generated output has notes of different duration. How is this decided?