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
570 stars 270 forks source link

Interacting with the model #49

Closed karanpande closed 6 years ago

karanpande commented 6 years ago

After training the model how do i interact with the model ?

karanpande commented 6 years ago

Had a lot of unk values and hence could not see the output.