google / seq2seq

A general-purpose encoder-decoder framework for Tensorflow
https://google.github.io/seq2seq/
Apache License 2.0
5.6k stars 1.3k forks source link

The in-graph beam search #184

Open rhuangq opened 7 years ago

rhuangq commented 7 years ago

Hi @dennybritz The in-graph beam search is pretty nice. I have couple of questions. Can you please clarify?

Many Thanks!

Syndrome777 commented 7 years ago

Hope to get comments about this issue too.

howlinghuffy commented 7 years ago

Would like some more info in this too, particularly on guiding the search.

sathyarr commented 5 years ago

It seems beam search functionality could not be added to inference graph incase if you need to use in C++ or TF Serving. Kindly refer this issue