We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2edfd commit bd61283Copy full SHA for bd61283
Chapter-wise code/Code - PyTorch/7. Attention Models/1. NMT/Readme.md
@@ -70,7 +70,7 @@ The value score (V) is assigned based on the closeness of the match.<br>
70
Attention = Softmax(QK^T)V
71
```
72
<br><br>
73
-<img src="./images/7. attention visual - 1.png" width="50%"></img> <img src="./images/8. NMT with attention" width="50%"></img> <br><br>
+<img src="./images/7. attention visual - 1.png" width="40%"></img> <img src="./images/8. NMT with attention.png" width="40%"></img> <br><br>
74
75
### Flexible Attention
76
0 commit comments