Skip to content

Commit 0f8cddc

Browse files
committed
master: NMT model evaluation.
1 parent b19c4ec commit 0f8cddc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Evaluating NMT Models

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Let us assume we want to train an image captioning model, and the ground truth c
6868
13. The true target tokens are still hanging out here, and we'll pass down along with the log probabilities to be matched against the predictions.<br>
6969
<img src="./images/27. step - 13.png" width="40%"></img><br><br>
7070

71+
## Next Up
72+
Next, we will learn about how to evaluate NMT models. You can find the readme file [here](./Evaluating%20NMT.md)
73+
7174

7275

7376

0 commit comments

Comments
 (0)