about attention visualization
ducanh841988 opened this issue · 2 comments
ducanh841988 commented
Hi Jianshu
Do you have code for attention visualization?
Thank you
JianshuZhang commented
Sorry, I didn’t release the code for attention visualization. I wrote the code using Matlab. It will be easy to write a Theano function to extract the generated attention coefficients from gru_cond_layer(), resize the attention map to the source image size, then you can use your favorite language to write the visualization codes.
… 在 2018年10月30日,下午1:07,LE DUC ANH ***@***.***> 写道:
Hi Jianshu
Do you have code for attention visualization?
Thank you
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#14>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ASbU0eibV8YIBb32dLNjyAxUdhY_hmO1ks5uqE8egaJpZM4YB4H8>.
ducanh841988 commented
Thank you for your answer. I will try to make it.