Skip to content

Commit

Permalink
promote yannic
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored May 13, 2022
1 parent 4ce43bc commit 44920f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Implementation of <a href="https://www.deepmind.com/blog/tackling-multiple-tasks-with-a-single-visual-language-model">Flamingo</a>, state-of-the-art few-shot visual question answering attention net, in Pytorch. It will include the perceiver resampler (including the scheme where the learned queries contributes keys / values to be attended to, in addition to media embeddings), the specialized masked cross attention blocks, and finally the tanh gating at the ends of the cross attention + corresponding feedforward blocks

<a href="https://youtu.be/smUHQndcmOY?t=30">Yannic Kilcher presentation</a>

## Install

```bash
Expand Down

0 comments on commit 44920f4

Please sign in to comment.