Skip to content

Commit bd61283

Browse files
authored
Update Readme.md
1 parent 4f2edfd commit bd61283

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/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The value score (V) is assigned based on the closeness of the match.<br>
7070
Attention = Softmax(QK^T)V
7171
```
7272
<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>
73+
<img src="./images/7. attention visual - 1.png" width="40%"></img> <img src="./images/8. NMT with attention.png" width="40%"></img> <br><br>
7474

7575
### Flexible Attention
7676

0 commit comments

Comments
 (0)