Update license based on https://zenodo.org/record/7379715/
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
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 |
+
```
|