lovecambi / qebrain

machine translation and quality estimation
BSD 2-Clause "Simplified" License
34 stars 18 forks source link

tf.concat? #13

Closed zaiheshi closed 5 years ago

zaiheshi commented 5 years ago

Hello! I am sorry! I have a question, in line 1294 of qe_model.py, why using tf.concat instead of shift_concat or shift_outputs ?

lovecambi commented 5 years ago

It is the forward and backward information including the current token.

zaiheshi commented 5 years ago

Thanks! pre_qefv is the model derived feature(z, e) mentioned in the paper. is post_qefv mentioned also?

genbei commented 3 years ago

Thanks! pre_qefv is the model derived feature(z, e) mentioned in the paper. is post_qefv mentioned also?

so is post_qefv mentioned also?you see?