Skip to content

Commit 00f49ea

Browse files
committed
master: correct image.
1 parent ae6b8c3 commit 00f49ea

File tree

1 file changed

+1
-1
lines changed
  • Chapter-wise code/Code - PyTorch/7. Attention Models/1. NMT

1 file changed

+1
-1
lines changed

Chapter-wise code/Code - PyTorch/7. Attention Models/1. NMT/NMT SetUp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ We are going to have a great many of these inputs. One thing to note here is tha
1515
3. *Padding*: Pad the tokenized sequence to make the inputs of equal length.<br><br>
1616
<img src="./images/11. NMT setup-english.png" width="50%"></img><br><br>
1717
4. Repeat steps 1-3 for the German sentences as well.<br><br>
18-
<img src="./images/11. NMT setup - german.png" width="50%"></img><br><br>
18+
<img src="./images/12. NMT setup - german.png" width="50%"></img><br><br>
1919
5. Keep track of index mappings with word2index and index2word mappings.
2020
5. Use start-of-sentence `<SOS>` and end-of-sentence `<EOS>` tokens to represent the same.

0 commit comments

Comments
 (0)