music-generation icon indicating copy to clipboard operation
music-generation copied to clipboard

An RNN implementation to generate music

Results 3 music-generation issues
Sort by recently updated
recently updated
newest added

Hi! I'm using latest version of keras and as TimeDistributedDense was removed in keras 2.0.0 i'd like to replace it with TimeDistributed + Dense. I tried to replace: model.add(TimeDistributedDense(input_dim=num_frequency_dimensions, output_dim=num_hidden_dimensions))...

Hi sorry to bother but I am really having problems installing LAME on my Mac I have downloaded the LAME mp3 encoder on google and even Aduacity After having it...