Skip to content

Commit

Permalink
add diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Mar 5, 2021
1 parent 2e2a9cd commit 0705deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Perceiver - Pytorch (wip)
<img src="./perceiver.png" width="600px"></img>

## Perceiver - Pytorch

Implementation of <a href="https://arxiv.org/abs/2103.03206">Perceiver</a>, General Perception with Iterative Attention, in Pytorch

Expand Down Expand Up @@ -31,7 +33,7 @@ model = Perceiver(

img = torch.randn(1, 224 * 224) # 1 imagenet image, pixelized

model(img)
model(img) # (1, 1000)
```
## Citations

Expand Down
Binary file added perceiver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0705deb

Please sign in to comment.