FredZhang7
commited on
Commit
·
5e59942
1
Parent(s):
89f4c13
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ After 20 epochs on PyTorch's InceptionV3, the model achieves 94% accuracy on bot
|
|
11 |
|
12 |
# PyTorch
|
13 |
```bash
|
14 |
-
pip install --upgrade transformers
|
15 |
```
|
16 |
```python
|
17 |
from transformers import AutoModelForImageClassification
|
|
|
11 |
|
12 |
# PyTorch
|
13 |
```bash
|
14 |
+
pip install --upgrade transformers torchvision
|
15 |
```
|
16 |
```python
|
17 |
from transformers import AutoModelForImageClassification
|