File size: 1,122 Bytes
bbaa557 |
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 |
{
"per_class_splits": {
"healthy": {
"train": 100,
"val": 1658,
"test": 9954
},
"inner": {
"train": 100,
"val": 1658,
"test": 9954
},
"outer": {
"train": 100,
"val": 1658,
"test": 9954
}
},
"total_windows_per_class": {
"healthy": 11712,
"inner": 11712,
"outer": 11712
},
"class_names": [
"healthy",
"inner",
"outer"
],
"overall_splits": {
"train": {
"total_samples": 300,
"shape": [
300,
2,
2048
],
"label_distribution": {
"healthy": 100,
"inner": 100,
"outer": 100
}
},
"val": {
"total_samples": 4974,
"shape": [
4974,
2,
2048
],
"label_distribution": {
"healthy": 1658,
"inner": 1658,
"outer": 1658
}
},
"test": {
"total_samples": 29862,
"shape": [
29862,
2,
2048
],
"label_distribution": {
"healthy": 9954,
"inner": 9954,
"outer": 9954
}
}
}
} |