MedicalAILabo commited on
Commit
1f2871e
·
verified ·
1 Parent(s): a82db48

Upload 3 files

Browse files
Files changed (3) hide show
  1. parameters.json +34 -0
  2. requirements.txt +4 -0
  3. weight_epoch-003_best.pt +3 -0
parameters.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "datetime": "2025-01-22-12-58-58",
3
+ "project": "OMU_bp_6th",
4
+ "csvpath": "materials/docs/OMU_bp_6th.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": 100,
13
+ "batch_size": 32,
14
+ "bit_depth": 8,
15
+ "in_channel": 1,
16
+ "augmentation": "trivialaugwide",
17
+ "normalize_image": "yes",
18
+ "sampler": "distributed",
19
+ "label_list": [
20
+ "label_bodypart"
21
+ ],
22
+ "input_list": [],
23
+ "mlp_num_inputs": 0,
24
+ "num_outputs_for_label": {
25
+ "label_bodypart": 7
26
+ },
27
+ "save_weight_policy": "best",
28
+ "gpu_ids": [
29
+ 0,
30
+ 1,
31
+ 2,
32
+ 3
33
+ ],
34
+ }
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ scikit-learn
4
+
weight_epoch-003_best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c95ddcad179a4a19930e392081a15d1beb1c9de91410692d542bc6ea60822e7
3
+ size 71015861