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

Dynamic Input #72

Open OrangeAaron opened 5 years ago

OrangeAaron commented 5 years ago

I was hoping that you'd be able to help me figure out exactly how to format the data in order to predict answers by typing in lines instead of using the test data? I can't figure out how the input is formatted, and it's not super clear how I would go about transforming a string into something that the model can use as input?

vineetgala commented 4 years ago

It would be really helpful if someone could help here. Facing same issue.