spiglerg / RNN_Text_Generation_Tensorflow

DEPRECATED CODE : Text generation using RNN (LSTM) implemented using Tensorflow
Apache License 2.0
111 stars 49 forks source link

Request for temperature option in sampling #1

Closed GenTxt closed 8 years ago

GenTxt commented 8 years ago

Hi:

Your script is generating very good training errors below 0.4. after 60k batches Is there a snippet of code that can be added to include a temperature option common to other lstm packages to improve output?

Thanks