From f5187af67654de8c8bb68dc893d7318a73d9016c Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Tue, 30 May 2023 21:00:14 +0200 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c25ff..10954b7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ VanillaNet achieves a higher Frames Per Second (FPS) in **detection** and **segm ## Installation -The results are produced with `torch==1.10.2+cu113 torchvision==0.11.3+cu113 timm==0.6.12`. Other verions might also work. +The results are produced with `torch==1.10.2+cu113 torchvision==0.11.3+cu113 timm==0.6.12`. Other versions might also work. Install [Pytorch](https://pytorch.org/) and, [torchvision](https://pytorch.org/vision/stable/index.html) following official instructions.