The collection of ALL relevant materials about CS224N-Stanford/Winter 2019 course. THANKS TO THE PROFESSOR AND TAs! 斯坦福大学CS224N 【2019】课程的【所有】相关的资料。感谢Chris Manning教授和Abigail See,感谢所有助教!
Nice work!
The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the concatenation torch.cat((Y_t, o_pre), dim=1) to torch.cat((o_pre, Y_t), dim=1) can only reach 0.16+ BLUE score.
B.W.T. chaging the concatenating order between dec_hidden and a_t in step function also
WWDC.srt is a powerful app for downloading subtitles in (srt) format or data links ( video links , pdf links , sample code links ) for each WWDC session video since 2013 .
Nice work!
The version of implementation can reach 22+ BLUE score. However, my implementation have only 0.16+ BLUE score on test dataset. Comparing with your work, I found changing the concatenation
torch.cat((Y_t, o_pre), dim=1)totorch.cat((o_pre, Y_t), dim=1)can only reach 0.16+ BLUE score.B.W.T. chaging the concatenating order between
dec_hiddenanda_tinstepfunction also