geospatial
davanstrien HF Staff commited on
Commit
0382586
·
verified ·
1 Parent(s): 7ddc6f0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-l40.ckpt"),
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()