You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The B4 and B5 models are now available. Their usage is identical to the other mo
7
7
from efficientnet_pytorch import EfficientNet
8
8
model = EfficientNet.from_pretrained('efficientnet-b4')
9
9
```
10
-
Upgrade the pip package with `pip install --upgrade pytorch_efficientnet`.
10
+
Upgrade the pip package with `pip install --upgrade efficientnet-pytorch`.
11
11
12
12
### Overview
13
13
This repository contains an op-for-op PyTorch reimplementation of [EfficientNet](https://arxiv.org/abs/1905.11946), along with pre-trained models and examples.
0 commit comments