harvardnlp/seq2seq-attn

Visualize attention weights

fbrad opened this issue · 3 comments

fbrad commented

Hi! I was wondering if you guys plan on adding support for easy retrieval of the attention weights during decoding? This would be really helpful for qualitative analysis.

Thanks!

srush commented

Yes, we are working on this. We will try to get it in at least a branch soon-ish.

Just pushed a file to the branch attention_retrieval

thanks sebastian! closing