update the Readme.md
Browse filesThe model has changed
README.md
CHANGED
@@ -60,5 +60,5 @@ class EfficientNetGPSModel(nn.Module):
|
|
60 |
Then you can download the model from HF by running, and this will also load the checkpoint automatically:
|
61 |
|
62 |
```python
|
63 |
-
model = EfficientNetGPSModel.from_pretrained("cis519/efficient-
|
64 |
```
|
|
|
60 |
Then you can download the model from HF by running, and this will also load the checkpoint automatically:
|
61 |
|
62 |
```python
|
63 |
+
model = EfficientNetGPSModel.from_pretrained("cis519/efficient-Net")
|
64 |
```
|