Open ghost opened 7 years ago
@rs096 I am also getting same answer for every question. So do I have to train again?? @Currie32 How to save the trained model to avoid training next time??
@thepurpleowl @rs096
Check out train.py
file from my implementation of seq2seq model here . My implementation is based on currie's implementation and it is updated to work on latest tensorflow API. It might help you.
I have trained the model once but it gives same answer for all the questions , so I had to delete all the trained data and then again I had to train to get different answers.