Yuanfei Huang
Results
2
comments of
Yuanfei Huang
We have fixed the Onedrive link and upload a Google drive link. We hope it would be helpful. (Google drive: https://drive.google.com/drive/folders/1C38IUUQCPlXcpmW_gki_IpWHGYMo7KL4?usp=sharing)
We visualize the j-th attention map of i-th batch by ''plt.imshow(attention.data[i][j].cpu().numpy(), cmap=plt.cm.jet)'' in Figure 1 and 13, and visualize the histogram of attention map by "plt.hist(attetion.data[i][j].flatten(), bins=128, normed=1)" in Figure...