Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +40 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- runs/Jun09_17-01-09_Brians-Mac-mini.local/1686348077.944917/events.out.tfevents.1686348077.Brians-Mac-mini.local.22391.1 +3 -0
- runs/Jun09_17-01-09_Brians-Mac-mini.local/1686348100.478492/events.out.tfevents.1686348100.Brians-Mac-mini.local.22391.3 +3 -0
- runs/Jun09_17-01-09_Brians-Mac-mini.local/events.out.tfevents.1686348077.Brians-Mac-mini.local.22391.0 +3 -0
- runs/Jun09_17-01-09_Brians-Mac-mini.local/events.out.tfevents.1686348100.Brians-Mac-mini.local.22391.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/regnet-y-064",
|
3 |
+
"architectures": [
|
4 |
+
"RegNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
7,
|
9 |
+
14,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"downsample_in_first_stage": true,
|
13 |
+
"embedding_size": 32,
|
14 |
+
"groups_width": 72,
|
15 |
+
"hidden_act": "relu",
|
16 |
+
"hidden_sizes": [
|
17 |
+
144,
|
18 |
+
288,
|
19 |
+
576,
|
20 |
+
1296
|
21 |
+
],
|
22 |
+
"id2label": {
|
23 |
+
"0": "glioma_tumor",
|
24 |
+
"1": "meningioma_tumor",
|
25 |
+
"2": "no_tumor",
|
26 |
+
"3": "pituitary_tumor"
|
27 |
+
},
|
28 |
+
"label2id": {
|
29 |
+
"glioma_tumor": "0",
|
30 |
+
"meningioma_tumor": "1",
|
31 |
+
"no_tumor": "2",
|
32 |
+
"pituitary_tumor": "3"
|
33 |
+
},
|
34 |
+
"layer_type": "y",
|
35 |
+
"model_type": "regnet",
|
36 |
+
"num_channels": 3,
|
37 |
+
"problem_type": "single_label_classification",
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.28.1"
|
40 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "ConvNextFeatureExtractor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 3,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"shortest_edge": 224
|
22 |
+
}
|
23 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce5f1f2f20c5dde108c492a530666314d9ae7234aca88cc18a2df6bb91deffe6
|
3 |
+
size 117695205
|
runs/Jun09_17-01-09_Brians-Mac-mini.local/1686348077.944917/events.out.tfevents.1686348077.Brians-Mac-mini.local.22391.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3d7d4decab8988c6f469e5b0ba6516bfcdb516d8325aa602116032cde4b17ef
|
3 |
+
size 5969
|
runs/Jun09_17-01-09_Brians-Mac-mini.local/1686348100.478492/events.out.tfevents.1686348100.Brians-Mac-mini.local.22391.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b6aac4c960dbded918289065511169b47d6e610c045efd49e6b773d79e03406
|
3 |
+
size 5969
|
runs/Jun09_17-01-09_Brians-Mac-mini.local/events.out.tfevents.1686348077.Brians-Mac-mini.local.22391.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be0e42bcb0372613e0b2c1522782875a9b44f654dbee51e94c1f6c9e7bf2a1a1
|
3 |
+
size 4147
|
runs/Jun09_17-01-09_Brians-Mac-mini.local/events.out.tfevents.1686348100.Brians-Mac-mini.local.22391.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27855ab6b469749983039c190d56e2b0a8c3a1d450b6292f56462b50d4677f3e
|
3 |
+
size 5183
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af4385ba10a01e1f7394d34ffa4442b810d3899987f4fc8170db21335acd5ac7
|
3 |
+
size 3643
|