martin-gorner/tensorflow-rnn-shakespeare

ask about text generation phase

atefa2009 opened this issue · 1 comments

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

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.