You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You split the whole dataset in 8:2 ratio. Did you split the dataset randomly??
Whenever the seq2seq_predict.py is being called, the output texts are always the same. There is no randomness found in the output text. How can we get generated outputs random articles??
Is there any way to generate a title of an article which is not in the dataset?? I've added a new dataset of 5 test articles to predict the title. But it's not working. It is showing the generated the output of the dataset which was splitted in the seq2seq_train.py.
The text was updated successfully, but these errors were encountered:
You split the whole dataset in 8:2 ratio. Did you split the dataset randomly??
Whenever the seq2seq_predict.py is being called, the output texts are always the same. There is no randomness found in the output text. How can we get generated outputs random articles??
Is there any way to generate a title of an article which is not in the dataset?? I've added a new dataset of 5 test articles to predict the title. But it's not working. It is showing the generated the output of the dataset which was splitted in the seq2seq_train.py.
The text was updated successfully, but these errors were encountered: