IraKorshunova / folk-rnn

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

Argument parsing now uses argparse in sample_rnn.py #3

Closed jfsantos closed 8 years ago

jfsantos commented 8 years ago

This fixes a bug where setting the temperature would not work in the previous version. Eventually we can update the training script to use argparse as well.