StephenSKelley
commited on
Commit
·
1b9bdad
1
Parent(s):
be510ab
Training in progress, epoch 1
Browse files- config.json +27 -16
- preprocessor_config.json +10 -10
- pytorch_model.bin +2 -2
- runs/Feb21_15-39-33_TFGLESOS5000843/1677015620.740117/events.out.tfevents.1677015620.TFGLESOS5000843 +3 -0
- runs/Feb21_15-39-33_TFGLESOS5000843/events.out.tfevents.1677015620.TFGLESOS5000843 +3 -0
- runs/Feb21_15-46-35_TFGLESOS5000843/1677016011.434369/events.out.tfevents.1677016011.TFGLESOS5000843 +3 -0
- runs/Feb21_15-46-35_TFGLESOS5000843/events.out.tfevents.1677016011.TFGLESOS5000843 +3 -0
- runs/Feb21_15-50-51_TFGLESOS5000843/1677016256.794237/events.out.tfevents.1677016256.TFGLESOS5000843 +3 -0
- runs/Feb21_15-50-51_TFGLESOS5000843/1677016324.159831/events.out.tfevents.1677016324.TFGLESOS5000843 +3 -0
- runs/Feb21_15-50-51_TFGLESOS5000843/events.out.tfevents.1677016256.TFGLESOS5000843 +3 -0
- runs/Feb21_15-53-48_TFGLESOS5000843/1677016435.666751/events.out.tfevents.1677016435.TFGLESOS5000843 +3 -0
- runs/Feb21_15-53-48_TFGLESOS5000843/events.out.tfevents.1677016435.TFGLESOS5000843 +3 -0
- runs/Feb21_15-54-19_TFGLESOS5000843/1677016466.7793422/events.out.tfevents.1677016466.TFGLESOS5000843 +3 -0
- runs/Feb21_15-54-19_TFGLESOS5000843/events.out.tfevents.1677016466.TFGLESOS5000843 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,13 +1,23 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
],
|
6 |
-
"attention_probs_dropout_prob": 0.0,
|
7 |
-
"encoder_stride": 16,
|
8 |
-
"hidden_act": "gelu",
|
9 |
-
"hidden_dropout_prob": 0.0,
|
10 |
-
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
"0": "Bottom",
|
13 |
"1": "Top",
|
@@ -19,9 +29,6 @@
|
|
19 |
"7": "Underwear",
|
20 |
"8": "Jacket"
|
21 |
},
|
22 |
-
"image_size": 224,
|
23 |
-
"initializer_range": 0.02,
|
24 |
-
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
"Accessory": "4",
|
27 |
"Bottom": "0",
|
@@ -33,14 +40,18 @@
|
|
33 |
"Top": "1",
|
34 |
"Underwear": "7"
|
35 |
},
|
36 |
-
"
|
37 |
-
"model_type": "
|
38 |
-
"num_attention_heads": 12,
|
39 |
"num_channels": 3,
|
40 |
-
"
|
41 |
-
"patch_size": 16,
|
42 |
"problem_type": "single_label_classification",
|
43 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.25.1"
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/resnet-18",
|
3 |
"architectures": [
|
4 |
+
"ResNetForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
2,
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
2
|
11 |
+
],
|
12 |
+
"downsample_in_first_stage": false,
|
13 |
+
"embedding_size": 64,
|
14 |
+
"hidden_act": "relu",
|
15 |
+
"hidden_sizes": [
|
16 |
+
64,
|
17 |
+
128,
|
18 |
+
256,
|
19 |
+
512
|
20 |
],
|
|
|
|
|
|
|
|
|
|
|
21 |
"id2label": {
|
22 |
"0": "Bottom",
|
23 |
"1": "Top",
|
|
|
29 |
"7": "Underwear",
|
30 |
"8": "Jacket"
|
31 |
},
|
|
|
|
|
|
|
32 |
"label2id": {
|
33 |
"Accessory": "4",
|
34 |
"Bottom": "0",
|
|
|
40 |
"Top": "1",
|
41 |
"Underwear": "7"
|
42 |
},
|
43 |
+
"layer_type": "basic",
|
44 |
+
"model_type": "resnet",
|
|
|
45 |
"num_channels": 3,
|
46 |
+
"out_features": null,
|
|
|
47 |
"problem_type": "single_label_classification",
|
48 |
+
"stage_names": [
|
49 |
+
"stem",
|
50 |
+
"stage1",
|
51 |
+
"stage2",
|
52 |
+
"stage3",
|
53 |
+
"stage4"
|
54 |
+
],
|
55 |
"torch_dtype": "float32",
|
56 |
"transformers_version": "4.25.1"
|
57 |
}
|
preprocessor_config.json
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
{
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
6 |
-
0.
|
7 |
-
0.
|
8 |
-
0.
|
9 |
],
|
10 |
-
"image_processor_type": "
|
11 |
"image_std": [
|
12 |
-
0.
|
13 |
-
0.
|
14 |
-
0.
|
15 |
],
|
16 |
-
"resample":
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
-
"
|
20 |
-
"width": 224
|
21 |
}
|
22 |
}
|
|
|
1 |
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
],
|
17 |
+
"resample": 3,
|
18 |
"rescale_factor": 0.00392156862745098,
|
19 |
"size": {
|
20 |
+
"shortest_edge": 224
|
|
|
21 |
}
|
22 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ba0dbdc461368d7462be28b77716a65a1377f6287f79cd87b59de1c517ed261
|
3 |
+
size 44804213
|
runs/Feb21_15-39-33_TFGLESOS5000843/1677015620.740117/events.out.tfevents.1677015620.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5bc86348b7610377b047db0c6f12c6f9934572dd55f1421deaef7fc1231140e
|
3 |
+
size 5277
|
runs/Feb21_15-39-33_TFGLESOS5000843/events.out.tfevents.1677015620.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5dfcb39ed16ebe5fbd83b0abfee66a418b4fae70f6a1644d880cf619ae69047
|
3 |
+
size 4024
|
runs/Feb21_15-46-35_TFGLESOS5000843/1677016011.434369/events.out.tfevents.1677016011.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30fdd9a5b1a3bc6bf8c01a669dd1d955e5392c0e39819913273a03d9fa6f1428
|
3 |
+
size 5277
|
runs/Feb21_15-46-35_TFGLESOS5000843/events.out.tfevents.1677016011.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcd1026af00f42bc2769f043f44e2e0e42fe5fb7dccf2cef90f4e978dfd14130
|
3 |
+
size 4038
|
runs/Feb21_15-50-51_TFGLESOS5000843/1677016256.794237/events.out.tfevents.1677016256.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9071b7e975706c3ab490facb119db54d7ec82f9b0c70159cc4fa2438261234a2
|
3 |
+
size 5277
|
runs/Feb21_15-50-51_TFGLESOS5000843/1677016324.159831/events.out.tfevents.1677016324.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc90aa4cb3dd7c27263ce543c44fbbc2bc13132ed191bb92185abc611dafccd9
|
3 |
+
size 5277
|
runs/Feb21_15-50-51_TFGLESOS5000843/events.out.tfevents.1677016256.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74fc0bfdabbc82338a990b6809362e84f356d7a6ef5792223281044396d402a4
|
3 |
+
size 8461
|
runs/Feb21_15-53-48_TFGLESOS5000843/1677016435.666751/events.out.tfevents.1677016435.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4b1972ed122a1443de1d870998807e2537f3ddbb7be7fe16d8668a396444196
|
3 |
+
size 5277
|
runs/Feb21_15-53-48_TFGLESOS5000843/events.out.tfevents.1677016435.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55af861111d1a5cb799d3cc1f4f09d8f4019813366aa1cb449a57eb39b1abf44
|
3 |
+
size 4030
|
runs/Feb21_15-54-19_TFGLESOS5000843/1677016466.7793422/events.out.tfevents.1677016466.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:533c5b3456cb88153e3c1b9277dcdcee6464c8e8cd3010e5caff0fcb45ce9ddb
|
3 |
+
size 5277
|
runs/Feb21_15-54-19_TFGLESOS5000843/events.out.tfevents.1677016466.TFGLESOS5000843
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dbbc6442e4ac20822f185fe9d3181463ab9e1e734b626b880dd59b74dc3e560
|
3 |
+
size 5262
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3451
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a7811a008c89bce107e3f4b6ca13921c7c5b95fe57ff93fc9219683b7b4b624
|
3 |
size 3451
|