AnonRes commited on
Commit
2bafab6
·
verified ·
1 Parent(s): b605bb2

Update CKPT to allow weights_only=True loading and add config.json for download tracking

Browse files
Files changed (3) hide show
  1. adaptation_plan.json +10 -10
  2. checkpoint_final.pth +2 -2
  3. config.json +3 -0
adaptation_plan.json CHANGED
@@ -54,8 +54,8 @@
54
  1
55
  ],
56
  "patch_size": [
57
- 64,
58
- 64,
59
  64
60
  ]
61
  }
@@ -79,29 +79,29 @@
79
  {
80
  "type": "Architecture",
81
  "name": "ResEncL",
82
- "bibtex_citations": [
83
- "@inproceedings{isensee2024nnu,\n title={nnu-net revisited: A call for rigorous validation in 3d medical image segmentation},\n author={Isensee, Fabian and Wald, Tassilo and Ulrich, Constantin and Baumgartner, Michael and Roy, Saikat and Maier-Hein, Klaus and Jaeger, Paul F},\n booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},\n pages={488--498},\n year={2024},\n organization={Springer}\n }"
84
  ]
85
  },
86
  {
87
  "type": "Pretraining Method",
88
  "name": "SimCLR",
89
- "bibtex_citations": [
90
- "@inproceedings{chen2020simple,\n title={A simple framework for contrastive learning of visual representations},\n author={Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey},\n booktitle={International conference on machine learning},\n pages={1597--1607},\n year={2020},\n organization={PmLR}\n}"
91
  ]
92
  },
93
  {
94
  "type": "Pre-Training Dataset",
95
  "name": "OpenMind",
96
- "bibtex_citations": [
97
- "@article{wald2024openmind,\n title={An OpenMind for 3D medical vision self-supervised learning},\n author={Wald, Tassilo and Ulrich, Constantin and Suprijadi, Jonathan and Ziegler, Sebastian and Nohel, Michal and Peretzke, Robin and K{\"o}hler, Gregor and Maier-Hein, Klaus H},\n journal={arXiv preprint arXiv:2412.17041},\n year={2024}\n }\n "
98
  ]
99
  },
100
  {
101
  "type": "Framework",
102
  "name": "nnssl",
103
- "bibtex_citations": [
104
- "@article{wald2024revisiting,\n title={Revisiting MAE pre-training for 3D medical image segmentation},\n author={Wald, Tassilo and Ulrich, Constantin and Lukyanenko, Stanislav and Goncharov, Andrei and Paderno, Alberto and Maerkisch, Leander and J{\"a}ger, Paul F and Maier-Hein, Klaus},\n journal={arXiv preprint arXiv:2410.23132},\n year={2024}\n}"
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:4a0736abc38621a6e10b69418aec1c506fa3081800ccbee5654837d5223ac333
3
- size 485735456
 
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
+ }