Change the typo
Browse files
README.md
CHANGED
@@ -52,5 +52,5 @@ class EfficientNetGPSModel(nn.Module, PyTorchModelHubMixin):
|
|
52 |
Then you can download the model from HF by running, and this will also load the checkpoint automatically:
|
53 |
|
54 |
```python
|
55 |
-
model = EfficientNetGPSModel.from_pretrained("cis519/efficient-
|
56 |
```
|
|
|
52 |
Then you can download the model from HF by running, and this will also load the checkpoint automatically:
|
53 |
|
54 |
```python
|
55 |
+
model = EfficientNetGPSModel.from_pretrained("cis519/efficient-Net")
|
56 |
```
|