File size: 477 Bytes
b169c22 ba28e06 b169c22 ba28e06 b169c22 ba28e06 b169c22 | 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 | {
"model": "efficientnet_b0",
"dataset": "hf-vision/chest-xray-pneumonia",
"seed": 42,
"epochs": 5,
"best_val_auc": 1.0,
"test_metrics": {
"loss": null,
"accuracy": 0.8125,
"precision": 0.7910447761194029,
"recall": 0.9512820512820512,
"f1": 0.8637951105937136,
"roc_auc": 0.9037256191102344
},
"class_dist": {
"train": [
200,
200
],
"val": [
8,
8
],
"test": [
234,
390
]
}
} |