calebrob6 commited on
Commit
fe8a910
1 Parent(s): 88bc930

Update license based on https://zenodo.org/record/7379715/

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
  library_name: timm
@@ -16,4 +16,4 @@ x = torch.load("moco_geo+tp.pth", map_location="cpu")
16
  x = x["state_dict"]
17
  x = {k.replace("module.encoder_q.", ""): v for k, v in x.items() if "encoder_q" in k and "fc" not in k}
18
  torch.save(x, "resnet50_fmow_rgb_gassl-44b4461b.pth")
19
- ```
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - en
5
  library_name: timm
 
16
  x = x["state_dict"]
17
  x = {k.replace("module.encoder_q.", ""): v for k, v in x.items() if "encoder_q" in k and "fc" not in k}
18
  torch.save(x, "resnet50_fmow_rgb_gassl-44b4461b.pth")
19
+ ```