From 3b70ebee00c66f15b38c5980f4275f744a433895 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Mon, 2 Aug 2021 12:57:31 -0700 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0927bd2..0fb2771 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ img = torch.randn(1, 224, 224, 3) # 1 imagenet image, pixelized model(img) # (1, 1000) ``` -For the backbone of Perceiver IO, the follow up paper that allows for flexible number of output sequence length, just import `PerceiverIO` instead +For the backbone of Perceiver IO, the follow up paper that allows for flexible number of output sequence length, just import `PerceiverIO` instead ```python import torch