Commit 972ed50f authored by holzinger's avatar holzinger
Browse files

Update README.md

parent fc98de6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ Here we can see that the attention reacts on specific words and if it does not r

## Bad visualisation  
 ![Attention_bad](/Demo/Attention_bad.png)  
The attention can't be maped correctly because we do not know the dimensions the pictures have and how the CNN changed the data during the learning.
The attention can't be mapped correctly because we do not know the dimensions of the pictures and how the CNN changed the data during the learning.
We see here that "surfer" and "riding" is in the same area but we do not know how to correctly map it on the surfer in the picture.

* **Problems:**