Chatbot-from-Movie-Dialogue icon indicating copy to clipboard operation
Chatbot-from-Movie-Dialogue copied to clipboard

Using pre-trained weights

Open sunandiyer opened this issue 6 years ago • 1 comments

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?

sunandiyer avatar Nov 16 '18 21:11 sunandiyer

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.

sainimohit23 avatar Feb 05 '19 11:02 sainimohit23