Srikumar26
commited on
Commit
•
e323e80
1
Parent(s):
ff94ddd
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ hf_hub_download("MVRL/scalemae-vitlarge-800", "model.py", local_dir=".")
|
|
14 |
|
15 |
from model import ScaleMAE_baseline
|
16 |
|
17 |
-
model =
|
18 |
|
19 |
print(model(torch.randn(1, 3, 224, 224),patch_size=16).shape)
|
20 |
```
|
|
|
14 |
|
15 |
from model import ScaleMAE_baseline
|
16 |
|
17 |
+
model = ScaleMAE_baseline.from_pretrained("MVRL/scalemae-vitlarge-800")
|
18 |
|
19 |
print(model(torch.randn(1, 3, 224, 224),patch_size=16).shape)
|
20 |
```
|