-
Notifications
You must be signed in to change notification settings - Fork 0
/
second_set_params.json
103 lines (103 loc) · 2.54 KB
/
second_set_params.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"attach_seizure_type_to_seizure_detect" : false,
"balance_valid_dataset" : false,
"batch_size" : 64,
"cnn_dropout" : 0,
"combined_split" : null,
"conv_spatial_filter" : [
4,
1
],
"conv_temporal_filter" : [
4,
4
],
"early_stopping_on" : "val_binary_accuracy",
"epochs" : 100,
"fit_generator_verbosity" : 1,
"hyperopt_run" : true,
"imbalanced_resampler" : "rul",
"include_seizure_type" : false,
"linear_dropout" : 0.5,
"lr" : 0.01,
"optimizer_name": "sgd",
"lr_decay" : 0.75,
"make_model_in_parallel" : false,
"max_bckg_samps_per_file" : 100,
"max_bckg_samps_per_file_test" : null,
"max_pool_size" : [
2,
1
],
"max_pool_size_time" : [
2,
1
],
"max_pool_stride" : [
2,
1
],
"max_samples" : null,
"min_seizure_weight" : 2,
"mode" : "DETECT",
"n_process" : 20,
"num_conv_temporal_layers" : 0,
"num_filters" : 1,
"num_gpus" : 1,
"num_layers" : 6,
"num_lin_layer" : 0,
"num_post_cnn_layers" : 2,
"num_post_lin_h" : 128,
"num_seconds" : 4,
"num_temporal_filter" : 1,
"patience" : 5,
"patient_weight" : -1,
"post_cooldown" : null,
"pre_cooldown" : 4,
"pre_layer_h" : 64,
"precache" : true,
"random_channel_ordering" : [
20,
4,
8,
17,
15,
0,
1,
7,
3,
9,
12,
6,
16,
18,
14,
13,
10,
5,
2,
11,
19
],
"randomly_reorder_channels" : false,
"ref" : "01_tcp_ar",
"regenerate_data" : false,
"sample_time" : 4,
"seizure_classes_to_use" : null,
"seizure_classification_only" : false,
"seizure_weight" : 5,
"seizure_weight_decay" : null,
"session_instead_patient" : true,
"steps_per_epoch" : null,
"test_pkl" : "/n/scratch2/ms994/test_multiple_labels_sessions_seizure_data_4.pkl",
"train_pkl" : "/n/scratch2/ms994/train_multiple_labels_sessions_seizure_data_4.pkl",
"update_seizure_class_weights" : false,
"use_batch_normalization" : true,
"use_filtering" : true,
"use_inception" : false,
"use_lstm" : false,
"use_standard_scaler" : false,
"use_time_layers_first" : true,
"valid_pkl" : "/n/scratch2/ms994/valid_multiple_labels_sessions_seizure_data_4.pkl",
"validation_f1_score_type" : null
}