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

The current technological advancements have transformed the way we not only produce, but listen and work with music. In this notebook, we will use Recurrent Neural Networks, to build a character-based...

Results 4 music-generation-using-rnn issues
Sort by recently updated
recently updated
newest added

Hi there, just read your article, and there are 1 error in ur code in generate method, look's like umissed this : `normalized_input = np.array(network_input) normalized_input = np.reshape(normalized_input, (len(network_input), 100,...

ValueError when trying to generate a midi file. Resolved by converting prediction_input to array. `prediction_input = np.asarray(prediction_input).astype(np.float32)`

![error](https://user-images.githubusercontent.com/74949243/139009989-aee346ea-27b4-4a8d-8578-aee2c266d196.png) Model unable to generate notes as dictionary index coming out of range..I see u have tested the model using same data that was used in training.. I am actually...

Hi, I've downloaded a new version of your code. And Im trying to run it on Colab. I've Uploaded all the files ... And I have to install the `PyGame`...