-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
52 lines (43 loc) · 963 Bytes
/
config.ini
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
[standard]
experiment = development
task = sn
seed = 1234
[logging]
verbose = True
log_dir = Logs
log_interval = 10
tensorboard_dir = TensorBoard
model_dir = Models
output_dir = Outputs
plot_dir = Plots
[dataset]
dataset_dir = ../Datasets/ISIC_2019/
image_x = 300
image_y = 225
augmentation = True
val_split = 0.2
[performance]
precision = 16
gpu = True
data_workers = 4
[training]
efficient_net = 7
starting_lr = 0.00001
maximum_lr = 0.1
batch_size = 16
[early_stopping]
window = 5
stop_target = 0.5
min_epochs = 25
max_epochs = 25
[temperature]
temperature = 1.0
[mc_dropout]
drop_rate = 0.5
drop_iterations = 100
[selective_net]
alpha = 0.5
lamda = 32
target = 0.7
[debug]
batches_per_epoch = 0