Skip to content

Commit 030d19f

Browse files
committed
typos in readme
1 parent 905a7e0 commit 030d19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyTorch Image Classification
22

3-
This repo contains tutorials covering how to do sentiment analysis using [PyTorch](https://github.com/pytorch/pytorch) 1.6 and [TorchVision](https://github.com/pytorch/vision) 0.7, [matplotlib](https://matplotlib.org/) 3.3, [scikit-learn](https://scikit-learn.org/stable/index.html) 0.23 and Python 3.8.
3+
This repo contains tutorials covering image classification using [PyTorch](https://github.com/pytorch/pytorch) 1.6 and [torchvision](https://github.com/pytorch/vision) 0.7, [matplotlib](https://matplotlib.org/) 3.3, [scikit-learn](https://scikit-learn.org/stable/index.html) 0.23 and Python 3.8.
44

55
We'll start by implementing a multilayer perceptron (MLP) and then move on to architectures using convolutional neural networks (CNNs). Specifically, we'll implement [LeNet](http://yann.lecun.com/exdb/lenet/), [AlexNet](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf), [VGG](https://arxiv.org/abs/1409.1556) and [ResNet](https://arxiv.org/abs/1512.03385).
66

@@ -10,7 +10,7 @@ We'll start by implementing a multilayer perceptron (MLP) and then move on to ar
1010

1111
To install PyTorch, see installation instructions on the [PyTorch website](pytorch.org).
1212

13-
The instructions to install PyTorch should also detail how to install TorchVision but can also be installed via:
13+
The instructions to install PyTorch should also detail how to install torchvision but can also be installed via:
1414

1515
``` bash
1616
pip install torchvision

0 commit comments

Comments
 (0)