tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.38k stars 1.96k forks source link

Attention visualization corresponds to which sentence? #436

Closed robrechtme closed 3 years ago

robrechtme commented 5 years ago

In TensorBoard there appear attention visualization images, but there is only one image per 1000 steps. Is this a visualisation of a random sentence? Can I find out which one? Thanks

hichiaty commented 5 years ago

Would like to know the answer to this too! Can you generate attention images for a sentence of your choosing later during inference?