Training in progress, epoch 1
Browse files- .DS_Store +3 -0
- .gitattributes +1 -0
- .gitignore +1 -0
- config.json +95 -0
- preprocessor_config.json +29 -0
- pytorch_model.bin +3 -0
- runs/Jun10_13-40-33_Brians-Mac-mini.local/1686422438.908383/events.out.tfevents.1686422438.Brians-Mac-mini.local.1755.1 +3 -0
- runs/Jun10_13-40-33_Brians-Mac-mini.local/events.out.tfevents.1686422438.Brians-Mac-mini.local.1755.0 +3 -0
- training_args.bin +3 -0
.DS_Store
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:632404357ed1d778e37bd93b5ddd264b0f254cd05eb2e5adf2552f3047032533
|
3 |
+
size 6148
|
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
.DS_Store filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/efficientnet-b5",
|
3 |
+
"architectures": [
|
4 |
+
"EfficientNetForImageClassification"
|
5 |
+
],
|
6 |
+
"batch_norm_eps": 0.001,
|
7 |
+
"batch_norm_momentum": 0.99,
|
8 |
+
"depth_coefficient": 2.2,
|
9 |
+
"depth_divisor": 8,
|
10 |
+
"depthwise_padding": [
|
11 |
+
13,
|
12 |
+
27
|
13 |
+
],
|
14 |
+
"drop_connect_rate": 0.2,
|
15 |
+
"dropout_rate": 0.4,
|
16 |
+
"expand_ratios": [
|
17 |
+
1,
|
18 |
+
6,
|
19 |
+
6,
|
20 |
+
6,
|
21 |
+
6,
|
22 |
+
6,
|
23 |
+
6
|
24 |
+
],
|
25 |
+
"hidden_act": "swish",
|
26 |
+
"hidden_dim": 2048,
|
27 |
+
"id2label": {
|
28 |
+
"0": "glioma_tumor",
|
29 |
+
"1": "meningioma_tumor",
|
30 |
+
"2": "no_tumor",
|
31 |
+
"3": "pituitary_tumor"
|
32 |
+
},
|
33 |
+
"image_size": 456,
|
34 |
+
"in_channels": [
|
35 |
+
32,
|
36 |
+
16,
|
37 |
+
24,
|
38 |
+
40,
|
39 |
+
80,
|
40 |
+
112,
|
41 |
+
192
|
42 |
+
],
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"kernel_sizes": [
|
45 |
+
3,
|
46 |
+
3,
|
47 |
+
5,
|
48 |
+
3,
|
49 |
+
5,
|
50 |
+
5,
|
51 |
+
3
|
52 |
+
],
|
53 |
+
"label2id": {
|
54 |
+
"glioma_tumor": "0",
|
55 |
+
"meningioma_tumor": "1",
|
56 |
+
"no_tumor": "2",
|
57 |
+
"pituitary_tumor": "3"
|
58 |
+
},
|
59 |
+
"model_type": "efficientnet",
|
60 |
+
"num_block_repeats": [
|
61 |
+
1,
|
62 |
+
2,
|
63 |
+
2,
|
64 |
+
3,
|
65 |
+
3,
|
66 |
+
4,
|
67 |
+
1
|
68 |
+
],
|
69 |
+
"num_channels": 3,
|
70 |
+
"num_hidden_layers": 64,
|
71 |
+
"out_channels": [
|
72 |
+
16,
|
73 |
+
24,
|
74 |
+
40,
|
75 |
+
80,
|
76 |
+
112,
|
77 |
+
192,
|
78 |
+
320
|
79 |
+
],
|
80 |
+
"pooling_type": "mean",
|
81 |
+
"problem_type": "single_label_classification",
|
82 |
+
"squeeze_expansion_ratio": 0.25,
|
83 |
+
"strides": [
|
84 |
+
1,
|
85 |
+
2,
|
86 |
+
2,
|
87 |
+
2,
|
88 |
+
1,
|
89 |
+
2,
|
90 |
+
1
|
91 |
+
],
|
92 |
+
"torch_dtype": "float32",
|
93 |
+
"transformers_version": "4.28.1",
|
94 |
+
"width_coefficient": 1.6
|
95 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 289,
|
4 |
+
"width": 289
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "EfficientNetImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.47853944,
|
18 |
+
0.4732864,
|
19 |
+
0.47434163
|
20 |
+
],
|
21 |
+
"include_top": true,
|
22 |
+
"resample": 0,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"rescale_offset": false,
|
25 |
+
"size": {
|
26 |
+
"height": 456,
|
27 |
+
"width": 456
|
28 |
+
}
|
29 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c1381dd14497b046aab304a9dffefc658ce36dc69165821ef98174dd1e6c7dc
|
3 |
+
size 114377509
|
runs/Jun10_13-40-33_Brians-Mac-mini.local/1686422438.908383/events.out.tfevents.1686422438.Brians-Mac-mini.local.1755.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c400f0800afccdde5fe2f8069318cc4f79f76121af2f3fc252391e9906f33c5
|
3 |
+
size 5978
|
runs/Jun10_13-40-33_Brians-Mac-mini.local/events.out.tfevents.1686422438.Brians-Mac-mini.local.1755.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18f34a10de5f8ff6e77acead6768b723cf0b9d56d4e93a01838a351faf2fb0de
|
3 |
+
size 5794
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9cb3859ab0c53798c6ea5963a486cc16aff538aefdfd04d1024aa293e3e0557
|
3 |
+
size 3643
|