ezelpub commited on
Commit
1668fca
·
verified ·
1 Parent(s): b99fccb

update the Readme.md

Browse files

The model has changed

Files changed (1) hide show
  1. README.md +1 -1
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-net-gps")
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
  ```