diff --git a/cv/classification/squeezenet/pytorch/README.md b/cv/classification/squeezenet/pytorch/README.md index 00bb3ef5d14e70948c26844bc733fe208242919a..4137789957574302d277f9f516bb7fc45ad45c03 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!