cyyu96 commited on
Commit
f605438
·
verified ·
1 Parent(s): 1f89a93

Upload Dataset006_JSC_UCSD_PTGB/nnUNetCLSTrainerMTL__nnUNetPlans__3d_fullres/plans.json with huggingface_hub

Browse files
Dataset006_JSC_UCSD_PTGB/nnUNetCLSTrainerMTL__nnUNetPlans__3d_fullres/plans.json ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Dataset006_JSC_UCSD_PTGB",
3
+ "plans_name": "nnUNetPlans",
4
+ "original_median_spacing_after_transp": [
5
+ 1.0,
6
+ 1.0,
7
+ 1.0
8
+ ],
9
+ "original_median_shape_after_transp": [
10
+ 167,
11
+ 137,
12
+ 147
13
+ ],
14
+ "image_reader_writer": "SimpleITKIO",
15
+ "transpose_forward": [
16
+ 0,
17
+ 1,
18
+ 2
19
+ ],
20
+ "transpose_backward": [
21
+ 0,
22
+ 1,
23
+ 2
24
+ ],
25
+ "configurations": {
26
+ "2d": {
27
+ "data_identifier": "nnUNetPlans_2d",
28
+ "preprocessor_name": "DefaultPreprocessor",
29
+ "batch_size": 127,
30
+ "patch_size": [
31
+ 160,
32
+ 160
33
+ ],
34
+ "median_image_size_in_voxels": [
35
+ 137.0,
36
+ 147.0
37
+ ],
38
+ "spacing": [
39
+ 1.0,
40
+ 1.0
41
+ ],
42
+ "normalization_schemes": [
43
+ "ZScoreNormalization",
44
+ "ZScoreNormalization",
45
+ "ZScoreNormalization"
46
+ ],
47
+ "use_mask_for_norm": [
48
+ true,
49
+ true,
50
+ true
51
+ ],
52
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
53
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
54
+ "resampling_fn_data_kwargs": {
55
+ "is_seg": false,
56
+ "order": 3,
57
+ "order_z": 0,
58
+ "force_separate_z": null
59
+ },
60
+ "resampling_fn_seg_kwargs": {
61
+ "is_seg": true,
62
+ "order": 1,
63
+ "order_z": 0,
64
+ "force_separate_z": null
65
+ },
66
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
67
+ "resampling_fn_probabilities_kwargs": {
68
+ "is_seg": false,
69
+ "order": 1,
70
+ "order_z": 0,
71
+ "force_separate_z": null
72
+ },
73
+ "architecture": {
74
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
75
+ "arch_kwargs": {
76
+ "n_stages": 6,
77
+ "features_per_stage": [
78
+ 32,
79
+ 64,
80
+ 128,
81
+ 256,
82
+ 512,
83
+ 512
84
+ ],
85
+ "conv_op": "torch.nn.modules.conv.Conv2d",
86
+ "kernel_sizes": [
87
+ [
88
+ 3,
89
+ 3
90
+ ],
91
+ [
92
+ 3,
93
+ 3
94
+ ],
95
+ [
96
+ 3,
97
+ 3
98
+ ],
99
+ [
100
+ 3,
101
+ 3
102
+ ],
103
+ [
104
+ 3,
105
+ 3
106
+ ],
107
+ [
108
+ 3,
109
+ 3
110
+ ]
111
+ ],
112
+ "strides": [
113
+ [
114
+ 1,
115
+ 1
116
+ ],
117
+ [
118
+ 2,
119
+ 2
120
+ ],
121
+ [
122
+ 2,
123
+ 2
124
+ ],
125
+ [
126
+ 2,
127
+ 2
128
+ ],
129
+ [
130
+ 2,
131
+ 2
132
+ ],
133
+ [
134
+ 2,
135
+ 2
136
+ ]
137
+ ],
138
+ "n_conv_per_stage": [
139
+ 2,
140
+ 2,
141
+ 2,
142
+ 2,
143
+ 2,
144
+ 2
145
+ ],
146
+ "n_conv_per_stage_decoder": [
147
+ 2,
148
+ 2,
149
+ 2,
150
+ 2,
151
+ 2
152
+ ],
153
+ "conv_bias": true,
154
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm2d",
155
+ "norm_op_kwargs": {
156
+ "eps": 1e-05,
157
+ "affine": true
158
+ },
159
+ "dropout_op": null,
160
+ "dropout_op_kwargs": null,
161
+ "nonlin": "torch.nn.LeakyReLU",
162
+ "nonlin_kwargs": {
163
+ "inplace": true
164
+ }
165
+ },
166
+ "_kw_requires_import": [
167
+ "conv_op",
168
+ "norm_op",
169
+ "dropout_op",
170
+ "nonlin"
171
+ ]
172
+ },
173
+ "batch_dice": true
174
+ },
175
+ "3d_fullres": {
176
+ "data_identifier": "nnUNetPlans_3d_fullres",
177
+ "preprocessor_name": "DefaultPreprocessor",
178
+ "batch_size": 2,
179
+ "patch_size": [
180
+ 128,
181
+ 128,
182
+ 128
183
+ ],
184
+ "median_image_size_in_voxels": [
185
+ 167.0,
186
+ 137.0,
187
+ 147.0
188
+ ],
189
+ "spacing": [
190
+ 1.0,
191
+ 1.0,
192
+ 1.0
193
+ ],
194
+ "normalization_schemes": [
195
+ "ZScoreNormalization",
196
+ "ZScoreNormalization",
197
+ "ZScoreNormalization"
198
+ ],
199
+ "use_mask_for_norm": [
200
+ true,
201
+ true,
202
+ true
203
+ ],
204
+ "resampling_fn_data": "resample_data_or_seg_to_shape",
205
+ "resampling_fn_seg": "resample_data_or_seg_to_shape",
206
+ "resampling_fn_data_kwargs": {
207
+ "is_seg": false,
208
+ "order": 3,
209
+ "order_z": 0,
210
+ "force_separate_z": null
211
+ },
212
+ "resampling_fn_seg_kwargs": {
213
+ "is_seg": true,
214
+ "order": 1,
215
+ "order_z": 0,
216
+ "force_separate_z": null
217
+ },
218
+ "resampling_fn_probabilities": "resample_data_or_seg_to_shape",
219
+ "resampling_fn_probabilities_kwargs": {
220
+ "is_seg": false,
221
+ "order": 1,
222
+ "order_z": 0,
223
+ "force_separate_z": null
224
+ },
225
+ "architecture": {
226
+ "network_class_name": "dynamic_network_architectures.architectures.unet.PlainConvUNet",
227
+ "arch_kwargs": {
228
+ "n_stages": 6,
229
+ "features_per_stage": [
230
+ 32,
231
+ 64,
232
+ 128,
233
+ 256,
234
+ 320,
235
+ 320
236
+ ],
237
+ "conv_op": "torch.nn.modules.conv.Conv3d",
238
+ "kernel_sizes": [
239
+ [
240
+ 3,
241
+ 3,
242
+ 3
243
+ ],
244
+ [
245
+ 3,
246
+ 3,
247
+ 3
248
+ ],
249
+ [
250
+ 3,
251
+ 3,
252
+ 3
253
+ ],
254
+ [
255
+ 3,
256
+ 3,
257
+ 3
258
+ ],
259
+ [
260
+ 3,
261
+ 3,
262
+ 3
263
+ ],
264
+ [
265
+ 3,
266
+ 3,
267
+ 3
268
+ ]
269
+ ],
270
+ "strides": [
271
+ [
272
+ 1,
273
+ 1,
274
+ 1
275
+ ],
276
+ [
277
+ 2,
278
+ 2,
279
+ 2
280
+ ],
281
+ [
282
+ 2,
283
+ 2,
284
+ 2
285
+ ],
286
+ [
287
+ 2,
288
+ 2,
289
+ 2
290
+ ],
291
+ [
292
+ 2,
293
+ 2,
294
+ 2
295
+ ],
296
+ [
297
+ 2,
298
+ 2,
299
+ 2
300
+ ]
301
+ ],
302
+ "n_conv_per_stage": [
303
+ 2,
304
+ 2,
305
+ 2,
306
+ 2,
307
+ 2,
308
+ 2
309
+ ],
310
+ "n_conv_per_stage_decoder": [
311
+ 2,
312
+ 2,
313
+ 2,
314
+ 2,
315
+ 2
316
+ ],
317
+ "conv_bias": true,
318
+ "norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
319
+ "norm_op_kwargs": {
320
+ "eps": 1e-05,
321
+ "affine": true
322
+ },
323
+ "dropout_op": null,
324
+ "dropout_op_kwargs": null,
325
+ "nonlin": "torch.nn.LeakyReLU",
326
+ "nonlin_kwargs": {
327
+ "inplace": true
328
+ }
329
+ },
330
+ "_kw_requires_import": [
331
+ "conv_op",
332
+ "norm_op",
333
+ "dropout_op",
334
+ "nonlin"
335
+ ]
336
+ },
337
+ "batch_dice": false
338
+ }
339
+ },
340
+ "experiment_planner_used": "ExperimentPlanner",
341
+ "label_manager": "LabelManager",
342
+ "foreground_intensity_properties_per_channel": {
343
+ "0": {
344
+ "max": 36194.34375,
345
+ "mean": 1363.3490090893256,
346
+ "median": 1028.380615234375,
347
+ "min": 0.0,
348
+ "percentile_00_5": 289.9832458496094,
349
+ "percentile_99_5": 9439.935546875,
350
+ "std": 1268.081885380825
351
+ },
352
+ "1": {
353
+ "max": 3002.71240234375,
354
+ "mean": 1031.556858805927,
355
+ "median": 1010.5509643554688,
356
+ "min": 0.0,
357
+ "percentile_00_5": 348.52703857421875,
358
+ "percentile_99_5": 1751.8995361328125,
359
+ "std": 243.61353362402886
360
+ },
361
+ "2": {
362
+ "max": 0.0009840750135481358,
363
+ "mean": 0.0005000616207076369,
364
+ "median": 0.0005012508481740952,
365
+ "min": 0.0,
366
+ "percentile_00_5": 0.0002148466883227229,
367
+ "percentile_99_5": 0.0007649839972145855,
368
+ "std": 0.00011056813138906645
369
+ }
370
+ }
371
+ }