Chatbot-from-Movie-Dialogue
Chatbot-from-Movie-Dialogue copied to clipboard
Using pre-trained weights
I am training the model and have the weights written out to checkpoint. I am not able to load the weights to test the model. Anyone have advice on how to do so?
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.