Update CKPT to allow weights_only=True loading and add config.json for download tracking
Browse files- adaptation_plan.json +10 -10
- checkpoint_final.pth +2 -2
- config.json +3 -0
adaptation_plan.json
CHANGED
@@ -54,8 +54,8 @@
|
|
54 |
1
|
55 |
],
|
56 |
"patch_size": [
|
57 |
-
|
58 |
-
|
59 |
64
|
60 |
]
|
61 |
}
|
@@ -79,29 +79,29 @@
|
|
79 |
{
|
80 |
"type": "Architecture",
|
81 |
"name": "ResEncL",
|
82 |
-
"
|
83 |
-
"
|
84 |
]
|
85 |
},
|
86 |
{
|
87 |
"type": "Pretraining Method",
|
88 |
"name": "SimCLR",
|
89 |
-
"
|
90 |
-
"
|
91 |
]
|
92 |
},
|
93 |
{
|
94 |
"type": "Pre-Training Dataset",
|
95 |
"name": "OpenMind",
|
96 |
-
"
|
97 |
-
"
|
98 |
]
|
99 |
},
|
100 |
{
|
101 |
"type": "Framework",
|
102 |
"name": "nnssl",
|
103 |
-
"
|
104 |
-
"
|
105 |
]
|
106 |
}
|
107 |
],
|
|
|
54 |
1
|
55 |
],
|
56 |
"patch_size": [
|
57 |
+
192,
|
58 |
+
192,
|
59 |
64
|
60 |
]
|
61 |
}
|
|
|
79 |
{
|
80 |
"type": "Architecture",
|
81 |
"name": "ResEncL",
|
82 |
+
"apa_citations": [
|
83 |
+
"Isensee, F., Wald, T., Ulrich, C., Baumgartner, M., Roy, S., Maier-Hein, K., & Jaeger, P. F. (2024, October). nnu-net revisited: A call for rigorous validation in 3d medical image segmentation. MICCAI."
|
84 |
]
|
85 |
},
|
86 |
{
|
87 |
"type": "Pretraining Method",
|
88 |
"name": "SimCLR",
|
89 |
+
"apa_citations": [
|
90 |
+
"Chen, T., Kornblith, S., Norouzi, M., & Hinton, G. (2020, November). A simple framework for contrastive learning of visual representations. ICML."
|
91 |
]
|
92 |
},
|
93 |
{
|
94 |
"type": "Pre-Training Dataset",
|
95 |
"name": "OpenMind",
|
96 |
+
"apa_citations": [
|
97 |
+
"Wald, T., Ulrich, C., Suprijadi, J., Ziegler, S., Nohel, M., Peretzke, R., ... & Maier-Hein, K. H. (2024). An OpenMind for 3D medical vision self-supervised learning. arXiv preprint arXiv:2412.17041."
|
98 |
]
|
99 |
},
|
100 |
{
|
101 |
"type": "Framework",
|
102 |
"name": "nnssl",
|
103 |
+
"apa_citations": [
|
104 |
+
"Wald, T., Ulrich, C., Lukyanenko, S., Goncharov, A., Paderno, A., Maerkisch, L., ... & Maier-Hein, K. (2024). Revisiting MAE pre-training for 3D medical image segmentation. CVPR."
|
105 |
]
|
106 |
}
|
107 |
],
|
checkpoint_final.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73651cd414eef131c3e9624b297cbd9cd1071960997e707c5c261ad52490c20b
|
3 |
+
size 485734496
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"description": "Dummy config to allow tracking HF downloads."
|
3 |
+
}
|