ask about text generation phase
atefa2009 opened this issue · 1 comments
atefa2009 commented
in rnn_play.py generate great text ,but i have following question ?
1- can add (seed text) can be word or multiple words to generate some text based on it ?
2- if the question in 1 is no, what the evaluation method can be used to evaluate the generated text ?
to more understand i went to generate for example Advertising campaign
based on Advertising campaign dataset , how can evaluate the generated text without seed text ?
Thank you
martin-gorner commented
1- Yes you could run a sequence of characters through a trained cell to get the output state and start generating from that output state.