You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapter-wise code/Code - PyTorch/7. Attention Models/2. Neural Text Summarization/1. Transformer Models/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@
5
5
1. No parallel computaions. For longer sequence of text, a seq2seq model will take more number of timesteps to complete
6
6
the translation and as we know, with large sequences, the information tends to get lost in the network (vanishing gradient).
7
7
LSTMs and GRUs can help to overcome the vanishing gradient problem, but even those will fail to process long sequences.<br><br>
8
-
<imgsrc="./images/1. drawbacks of seq2seq.png"width="50%"></img><br>
8
+
<imgsrc="../images/1. drawbacks of seq2seq.png"width="50%"></img><br>
0 commit comments