Xp-Bodypart-Checker / parameters.json
MedicalAILabo's picture
Update parameters.json
104ca34 verified
raw
history blame contribute delete
739 Bytes
{
"datetime": "2025-01-22-12-58-58",
"project": "OMU_bp_6th",
"csvpath": "materials/docs/OMU_bp_6th.csv",
"task": "classification",
"model": "EfficientNetB4",
"vit_image_size": 0,
"pretrained": true,
"criterion": "CEL",
"optimizer": "Adam",
"lr": null,
"epochs": 100,
"batch_size": 32,
"bit_depth": 8,
"in_channel": 1,
"augmentation": "trivialaugwide",
"normalize_image": "yes",
"sampler": "distributed",
"label_list": [
"label_bodypart"
],
"input_list": [],
"mlp_num_inputs": 0,
"num_outputs_for_label": {
"label_bodypart": 7
},
"save_weight_policy": "best",
"gpu_ids": [
0,
1,
2,
3
]
}