MedicalAILabo commited on
Commit
d1b233b
·
verified ·
1 Parent(s): 8dd2ae1

Upload parameters.json

Browse files
Files changed (1) hide show
  1. parameters.json +40 -0
parameters.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "datetime": "2025-07-25-03-43-52",
3
+ "project": "CXp_checker_patientbase",
4
+ "csvpath": "materials/docs/CXp_checker_patientbase.csv",
5
+ "task": "classification",
6
+ "model": "EfficientNetB4",
7
+ "vit_image_size": 0,
8
+ "pretrained": true,
9
+ "criterion": "CEL",
10
+ "optimizer": "Adam",
11
+ "lr": null,
12
+ "epochs": 10,
13
+ "batch_size": 64,
14
+ "bit_depth": 8,
15
+ "in_channel": 1,
16
+ "augmentation": "trivialaugwide",
17
+ "normalize_image": "yes",
18
+ "sampler": "distributed",
19
+ "label_list": [
20
+ "label_round",
21
+ "label_APorPA"
22
+ ],
23
+ "input_list": [],
24
+ "mlp_num_inputs": 0,
25
+ "num_outputs_for_label": {
26
+ "label_round": 4,
27
+ "label_APorPA": 3
28
+ },
29
+ "save_weight_policy": "best",
30
+ "gpu_ids": [
31
+ 0,
32
+ 1,
33
+ 2,
34
+ 3
35
+ ],
36
+ "dataset_info": {
37
+ "train": 301912,
38
+ "val": 37403
39
+ }
40
+ }