mrokuss commited on
Commit
46d16cd
·
verified ·
1 Parent(s): d747e70

Delete plans.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. plans.json +0 -133
plans.json DELETED
@@ -1,133 +0,0 @@
1
- {
2
- "dataset_name": "VoxTellDataset",
3
- "image_reader_writer": "NibabelIOWithReorient",
4
- "configurations": {
5
- "3d_fullres": {
6
- "data_identifier": "nnUNetResEncUNetLPlans_noResampling_3d_fullres",
7
- "preprocessor_name": "DefaultPreprocessor",
8
- "batch_size": 2,
9
- "patch_size": [
10
- 192,
11
- 192,
12
- 192
13
- ],
14
- "normalization_schemes": [
15
- "ZScoreNormalization"
16
- ],
17
- "architecture": {
18
- "network_class_name": "dynamic_network_architectures.architectures.unet.ResidualEncoderUNet",
19
- "arch_kwargs": {
20
- "n_stages": 6,
21
- "features_per_stage": [
22
- 32,
23
- 64,
24
- 128,
25
- 256,
26
- 320,
27
- 320
28
- ],
29
- "conv_op": "torch.nn.modules.conv.Conv3d",
30
- "kernel_sizes": [
31
- [
32
- 3,
33
- 3,
34
- 3
35
- ],
36
- [
37
- 3,
38
- 3,
39
- 3
40
- ],
41
- [
42
- 3,
43
- 3,
44
- 3
45
- ],
46
- [
47
- 3,
48
- 3,
49
- 3
50
- ],
51
- [
52
- 3,
53
- 3,
54
- 3
55
- ],
56
- [
57
- 3,
58
- 3,
59
- 3
60
- ]
61
- ],
62
- "strides": [
63
- [
64
- 1,
65
- 1,
66
- 1
67
- ],
68
- [
69
- 2,
70
- 2,
71
- 2
72
- ],
73
- [
74
- 2,
75
- 2,
76
- 2
77
- ],
78
- [
79
- 2,
80
- 2,
81
- 2
82
- ],
83
- [
84
- 2,
85
- 2,
86
- 2
87
- ],
88
- [
89
- 2,
90
- 2,
91
- 2
92
- ]
93
- ],
94
- "n_blocks_per_stage": [
95
- 1,
96
- 3,
97
- 4,
98
- 6,
99
- 6,
100
- 6
101
- ],
102
- "n_conv_per_stage_decoder": [
103
- 1,
104
- 1,
105
- 1,
106
- 1,
107
- 1
108
- ],
109
- "conv_bias": true,
110
- "norm_op": "torch.nn.modules.instancenorm.InstanceNorm3d",
111
- "norm_op_kwargs": {
112
- "eps": 1e-05,
113
- "affine": true
114
- },
115
- "dropout_op": null,
116
- "dropout_op_kwargs": null,
117
- "nonlin": "torch.nn.LeakyReLU",
118
- "nonlin_kwargs": {
119
- "inplace": true
120
- }
121
- },
122
- "_kw_requires_import": [
123
- "conv_op",
124
- "norm_op",
125
- "dropout_op",
126
- "nonlin"
127
- ]
128
- },
129
- "batch_dice": false
130
- }
131
- },
132
- "experiment_planner_used": "nnUNetPlannerResEncL_noResampling"
133
- }