File size: 1,393 Bytes
9be47bc | 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 | {
"pid": 161024,
"time": "2026-07-10 01:12:04",
"model": "U-Net",
"state": "finished",
"best_epoch": 4,
"best_val_Dice": 0.8627537373935201,
"val": {
"mIoU": 0.7991217694449388,
"IoU_fg": 0.7586340494240498,
"IoU_bg": 0.839609489465828,
"Dice": 0.8627537373935201,
"Accuracy": 0.8933659693238079,
"Precision": 0.8631976188293713,
"Recall": 0.8623103122366425,
"Loss": 0.5579595383880708
},
"test": {
"mIoU": 0.9278532438110862,
"IoU_fg": 0.8779333062910093,
"IoU_bg": 0.9777731813311631,
"Dice": 0.9349994521636783,
"Accuracy": 0.9808366478036297,
"Precision": 0.9258233694291444,
"Recall": 0.944359248951744,
"Loss": 0.15636057169133916
},
"profile": {
"Params_M": 7.849025,
"FLOPs_G": 55.650025472,
"FPS": 54.57967697629099,
"Latency_ms": 18.32183800637722
},
"device": "cuda",
"micro_batch_size": 4,
"grad_accum_steps": 2,
"effective_batch_size": 8,
"aug_repeat": 2,
"offline_aug": true,
"offline_aug_cache_dir": "cache\\offline_aug\\b508af2d449b560b",
"threshold": 0.5,
"target_metric": "all",
"target_metrics": [
"mIoU",
"Dice",
"Accuracy",
"Precision",
"Recall"
],
"target_splits": [
"val",
"test"
],
"target_value": 0.92,
"target_accuracy": 0.92,
"passed": false
}
|