Skip to content

Commit ee2776f

Browse files
committed
update readme
1 parent 21ee881 commit ee2776f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hamburger = Hamburger(
2828
)
2929

3030
x = torch.randn(1, 512, 32, 32)
31-
hamburger(x) + x # (1, 512, 1024)
31+
hamburger(x) + x # (1, 512, 32, 32)
3232
```
3333

3434
## Citations

0 commit comments

Comments
 (0)