Create README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
| 45 |
c = torch.randn(32, 2) # Represents a batch of 32 locations (lon/lat)
|
| 46 |
|
| 47 |
model = get_satclip(
|
| 48 |
-
hf_hub_download("microsoft/SatCLIP-ViT16-L10", "satclip-vit16-
|
| 49 |
device=device,
|
| 50 |
) # Only loads location encoder by default
|
| 51 |
model.eval()
|
|
|
|
| 45 |
c = torch.randn(32, 2) # Represents a batch of 32 locations (lon/lat)
|
| 46 |
|
| 47 |
model = get_satclip(
|
| 48 |
+
hf_hub_download("microsoft/SatCLIP-ViT16-L10", "satclip-vit16-l10.ckpt"),
|
| 49 |
device=device,
|
| 50 |
) # Only loads location encoder by default
|
| 51 |
model.eval()
|