Skip to content

Commit 8784945

Browse files
committedAug 21, 2024·
Version 1.4.0.RC1
1 parent f6fba9d commit 8784945

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+851
-113
lines changed
 

‎configs/arr-2-eff-sm.json

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
"val_size": 40000,
3838
"test_size": 40000,
39+
"val_file": "val.tfds",
40+
"test_file": "val.tfds",
3941

4042
"val_patients": 0.20,
4143
"batch_size": 256,

‎configs/arr-4-eff-lg.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
}
1212
}],
1313

14+
"sampling_rate": 100,
15+
"frame_size": 800,
16+
1417
"num_classes": 4,
1518
"class_map": {
1619
"0": 0,
@@ -24,26 +27,22 @@
2427
"SR", "SB", "AFIB", "GSVT"
2528
],
2629

27-
28-
"sampling_rate": 100,
29-
"frame_size": 800,
30-
3130
"samples_per_patient": [5, 5, 5, 10],
3231
"val_samples_per_patient": [5, 5, 5, 10],
3332
"test_samples_per_patient": [5, 5, 5, 10],
3433

3534
"val_size": 40000,
36-
"test_size": 50000,
35+
"test_size": 40000,
3736
"val_file": "val.tfds",
3837
"test_file": "val.tfds",
3938

40-
"val_patients": 0.20,
4139
"batch_size": 256,
4240
"buffer_size": 50000,
43-
"epochs": 150,
41+
"epochs": 200,
4442
"steps_per_epoch": 50,
4543
"class_weights": "balanced",
4644
"val_metric": "loss",
45+
"val_patients": 0.20,
4746
"lr_rate": 1e-3,
4847
"lr_cycles": 1,
4948

@@ -121,7 +120,7 @@
121120
}],
122121

123122
"model_file": "model.keras",
124-
"use_logits": true,
123+
"use_logits": false,
125124
"architecture": {
126125
"name": "efficientnetv2",
127126
"params": {

0 commit comments

Comments
 (0)
Please sign in to comment.