From 8880b63c58c30f0bee11546609d674f955da9773 Mon Sep 17 00:00:00 2001 From: tangyunxiang <546783735@qq.com> Date: Fri, 28 Jul 2023 15:35:31 +0800 Subject: [PATCH] =?UTF-8?q?README=E9=94=99=E8=AF=AF=E5=8D=95=E8=AF=8D?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyTorch/built-in/cv/classification/CRNN_for_PyTorch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/README.md b/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/README.md index a1ebd3cc45..6bffacd88e 100644 --- a/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/README.md +++ b/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/README.md @@ -228,7 +228,7 @@ CRNN (Convolutional Recurrent Neural Network) 于2015年由华中科技大学的 ``` cd infer - pip3 install -r requirments.txt + pip3 install -r requirements.txt ``` ## 准备数据集 -- Gitee