-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDefaultConfiguration.ini
More file actions
65 lines (57 loc) · 1.29 KB
/
DefaultConfiguration.ini
File metadata and controls
65 lines (57 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[MODEL]
BaseModel = "AutoEncoder"
Model_Save_Path = "./"
batch_size = 2
RANDOM_SEED = 42
Loss_Function = "CrossEntropyLoss"#"MSELoss"
Activation = "Sigmoid"
Max_Epochs = 2
Precision = 32
Backbone = "densenet121"
Pretrained = true
Drop_Rate = 0.1
wf = 4
depth = 6
activation = "Identity"
inference = true
emb_size = 1000
[MODEL_PARAMETERS]
spatial_dims = 3
block_config = [1, 2, 4, 1]
in_channels = 1
out_channels = 1
[Dose_MODEL_PARAMETERS]
in_channels = 1
wf = 3
depth = 3
[MODALITY]
CT = 1
Dose = 1
[SERVER]
Address = 'http://128.16.11.124:8080/xnat'
Projects = ["RTOG_0617"]
User = "***"
Password = "***"
[DATA]
DataFolder = "./Data"
n_per_sample = 5000
n_classes = 2
n_channel = 3
sub_patch_size = 16
dim = [100,256, 256]
vis = [0]
train_size = 0.7
val_size = 0.3
target = "survival_months"
threshold = 20
#Mask = ''
Multichannel = false
[CRITERIA]
#survival_status = 1
#arm = 1
[CHECKPOINT]
monitor = "val_loss" #"val_acc_epoch"
mode = "max"
matrix = ['ROC', 'Specificity']
[FILTER]
#patient_id = ['0617-444138','0617-449451']