IraKorshunova / folk-rnn

folk music modelling with LSTM
MIT License
341 stars 68 forks source link

Elaboration of the readme file ! #8

Open hryptr opened 6 years ago

hryptr commented 6 years ago

I am a user from India. I want to adapt the code for guitar music. Can you kindly make the readme more elaborate explaining how to run the project ? This might help me in doing research.

Thank you ! MusicGeneration.txt

IraKorshunova commented 6 years ago

I'm sorry, I assumed it was pretty clear as it's mentioned in train_rnn on how to train a model: train_rnn.py e.g. train_rnn.py config5 allabcwrepeats_parsed

hryptr commented 6 years ago

How much time did the whole training take ? I wanted to assess this on my personal laptop but thought it was better to ask before assessing.

boblsturm commented 6 years ago

With a single GPU it takes about 4 days for 100 epochs. However, the metadata directory contains two trained models.

hryptr commented 6 years ago

What is Titan X ? The comment in my mail tells you trained your model on Titan X.

boblsturm commented 6 years ago

It's a GPU.

3bst0r commented 4 years ago

It would be really nice if you could put some instructions on how to train or sample the model into the README. Like what are the dependencies, what are the commands and arguments?

boblsturm commented 4 years ago

See now! :)

3bst0r commented 4 years ago

Awesome, thanks!