ematvey / tensorflow-seq2seq-tutorials

Dynamic seq2seq in TensorFlow, step by step

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in bidirectional encoder?

opened this issue · comments

Apologies if I'm misunderstanding something here. In model_new.py, the bidirectional encoder outputs a concatenation of the forward output with itself. Should this be a concatenation of the forward and backward outputs?
(See line 176)

It is a typo. Thanks for noticing! Fixed it.