Commit 296a31b6 authored by chrispens's avatar chrispens
Browse files

Update README.md

parent 8e364f13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -209,11 +209,11 @@ Zum starten des LSTMS einfach in den ordner caption_lib navigieren und von dort

### Attention
## visualisation
[Attention_good](/Demo/Attention_good.png)
 ![Attention_good](/Demo/Attention_good.png)
Here we can see that the attention reacts on specific words and if it does not react at all then we can assume that there was a learning only from the captions not from the vector we provided.

## Bad visualisation
[Attention_bad](/Demo/Attention_bad.png)
 ![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.

## Demo