From da605d6dbdc9fe3cbdce07257bf8a5119484886d Mon Sep 17 00:00:00 2001 From: Zhedong Zheng Date: Fri, 30 Aug 2024 13:56:01 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd60dc2..c071a7b 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ We have successfully run the code based on numpy 1.12.1 and 1.13.1 . - Install Pytorch from http://pytorch.org/ - Install required packages ```bash -pip install -r requirement.txt +pip install -r requirements.txt ``` - [Optional] You may skip it. Usually it comes with pytorch. Install Torchvision from the source ```bash