From 3cf436448503857e3458d82b896cab44623ce8a3 Mon Sep 17 00:00:00 2001 From: majorli6 Date: Fri, 16 Dec 2022 05:08:46 +0000 Subject: [PATCH] fixed a93b3e4 from https://gitee.com/majorli6/deepsparkhub/pulls/52 add torch and torchvision requirment Signed-off-by: majorli6 --- cv/classification/squeezenet/pytorch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv/classification/squeezenet/pytorch/README.md b/cv/classification/squeezenet/pytorch/README.md index 00bb3ef5d..413778995 100644 --- a/cv/classification/squeezenet/pytorch/README.md +++ b/cv/classification/squeezenet/pytorch/README.md @@ -5,7 +5,7 @@ SqueezeNet is a convolutional neural network that employs design strategies to r ## Step 1: Installing ```bash -pip3 install -r requirements.txt +pip3 install torch torchvision ``` :beers: Done! -- Gitee