suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
569 stars 270 forks source link

Question #15

Closed nicks165 closed 7 years ago

nicks165 commented 7 years ago

I know it might be a v silly question but i am trying to get my hands on this seq2seq model. I am trying to run python 03-Twitter-chatbot.py It is doing the training again right? As you already provided a checkpoint. So how should i use it ? Is there a way to validate/test ?

suriyadeepan commented 7 years ago

I have intentionally left it out. This notebook should give you some insights.