karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.59k stars 2.58k forks source link

add the ablity vary the temperature based on "scale" #119

Open wrapperband opened 8 years ago

wrapperband commented 8 years ago

I saw a comment on handling "words" and I also see in my training data that it would be advantageous to different temperatures whilst "considering" different scales of text.

For instance, I may wish the form of the sampling output to be fixed over "pages" and "words length" but be creative over paragraph scales.