lstm_lyrics icon indicating copy to clipboard operation
lstm_lyrics copied to clipboard

LSTM text generation by word. Used to generate lyrics from a corpus of a music genre.

Results 10 lstm_lyrics issues
Sort by recently updated
recently updated
newest added

But the generate.py require vocabulary.txt as input, is this intentionaly set like this?

File "/usr/local/lib/python3.7/site-packages/keras/engine/training_utils.py", line 145, in standardize_input_data str(data_shape)) ValueError: Error when checking input: expected bidirectional_1_input to have shape (10, 6606) but got array with shape (10, 12952) ALREADY TRAINED AND CREATED...

"perrea mami perrea dale duro perrea mami perrea dale duro perrea mami perrea dale duro perrea mami perrea dale duro Traceback (most recent call last): File "generate.py", line 133, in...

is the any way to run this on a GPU?

I get this error when using generate.py. File "generate.py", line 133, in model, indices_word, word_indices, seed, sequence_length, diversity, quantity File "generate.py", line 68, in generate_text next_index = sample(preds, diversity) File...

Maybe you can add h5py to requirements.

I have created the script to generate from seed `generate.py` but I need to update the Medium page with this information.

Following the examples in the readme but using my own input set results in the script just..ending after 24 completed epochs. No output or errors. ``` Epoch 24/100 123/123 [==============================]...

Hi , first of all thank you uploading the model. just have a doubt . one example like suppose training data : he has fever since last week . when...

Training RNN is very slow. Add already trained weights to allow people to start generating lyrics right after cloning.