lstm_lyrics icon indicating copy to clipboard operation
lstm_lyrics copied to clipboard

concern

Open niranjan8129 opened this issue 6 years ago • 1 comments

Hi , first of all thank you uploading the model. just have a doubt . one example like suppose training data : he has fever since last week .

when we will seed like below

input : fever out put : Fever since last week.

will this model works?

niranjan8129 avatar Jan 10 '19 02:01 niranjan8129

Hello. I don't think so, it should be the other way around. The input is a series of words and the output is a single word, i.e. the one that follows in the sentence.

input: he has fever since last output: week

enriqueav avatar Jan 11 '19 05:01 enriqueav