MedicalAILabo's picture
Update parameters.json
5802566 verified
{
"datetime": "2025-07-25-03-43-52",
"project": "CXp_checker_patientbase",
"csvpath": "materials/docs/CXp_checker_patientbase.csv",
"task": "classification",
"model": "EfficientNetB4",
"vit_image_size": 0,
"pretrained": true,
"criterion": "CEL",
"optimizer": "Adam",
"lr": null,
"epochs": 100,
"batch_size": 64,
"bit_depth": 8,
"in_channel": 1,
"augmentation": "trivialaugwide",
"normalize_image": "yes",
"sampler": "distributed",
"label_list": [
"label_round",
"label_APorPA"
],
"input_list": [],
"mlp_num_inputs": 0,
"num_outputs_for_label": {
"label_round": 4,
"label_APorPA": 3
},
"save_weight_policy": "best",
"gpu_ids": [
0,
1,
2,
3
],
"dataset_info": {
"train": 301912,
"val": 37403
}
}