Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +82 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Mar14_22-02-13_62909ffd08dc/1678831350.4227924/events.out.tfevents.1678831350.62909ffd08dc.502.1 +3 -0
- runs/Mar14_22-02-13_62909ffd08dc/events.out.tfevents.1678831350.62909ffd08dc.502.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
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": "atticVent",
|
13 |
+
"1": "addressSignage",
|
14 |
+
"10": "fence",
|
15 |
+
"11": "fuelStorage",
|
16 |
+
"12": "garageDoor",
|
17 |
+
"13": "gutter",
|
18 |
+
"14": "noObservationType",
|
19 |
+
"15": "propaneTank",
|
20 |
+
"16": "recreationalVehicle",
|
21 |
+
"17": "roof",
|
22 |
+
"18": "siding",
|
23 |
+
"19": "sidingClearance",
|
24 |
+
"2": "chimney",
|
25 |
+
"20": "shrub",
|
26 |
+
"21": "skyLight",
|
27 |
+
"22": "surfaceLayer",
|
28 |
+
"23": "trees",
|
29 |
+
"24": "window",
|
30 |
+
"25": "woodPile",
|
31 |
+
"26": "ventOther",
|
32 |
+
"3": "crawlSpaceVent",
|
33 |
+
"4": "combustibleItemStorage",
|
34 |
+
"5": "complexRoofLocation",
|
35 |
+
"6": "deck",
|
36 |
+
"7": "door",
|
37 |
+
"8": "dryerVent",
|
38 |
+
"9": "eave"
|
39 |
+
},
|
40 |
+
"image_size": 224,
|
41 |
+
"initializer_range": 0.02,
|
42 |
+
"intermediate_size": 3072,
|
43 |
+
"label2id": {
|
44 |
+
"addressSignage": "1",
|
45 |
+
"atticVent": "0",
|
46 |
+
"chimney": "2",
|
47 |
+
"combustibleItemStorage": "4",
|
48 |
+
"complexRoofLocation": "5",
|
49 |
+
"crawlSpaceVent": "3",
|
50 |
+
"deck": "6",
|
51 |
+
"door": "7",
|
52 |
+
"dryerVent": "8",
|
53 |
+
"eave": "9",
|
54 |
+
"fence": "10",
|
55 |
+
"fuelStorage": "11",
|
56 |
+
"garageDoor": "12",
|
57 |
+
"gutter": "13",
|
58 |
+
"noObservationType": "14",
|
59 |
+
"propaneTank": "15",
|
60 |
+
"recreationalVehicle": "16",
|
61 |
+
"roof": "17",
|
62 |
+
"shrub": "20",
|
63 |
+
"siding": "18",
|
64 |
+
"sidingClearance": "19",
|
65 |
+
"skyLight": "21",
|
66 |
+
"surfaceLayer": "22",
|
67 |
+
"trees": "23",
|
68 |
+
"ventOther": "26",
|
69 |
+
"window": "24",
|
70 |
+
"woodPile": "25"
|
71 |
+
},
|
72 |
+
"layer_norm_eps": 1e-12,
|
73 |
+
"model_type": "vit",
|
74 |
+
"num_attention_heads": 12,
|
75 |
+
"num_channels": 3,
|
76 |
+
"num_hidden_layers": 12,
|
77 |
+
"patch_size": 16,
|
78 |
+
"problem_type": "single_label_classification",
|
79 |
+
"qkv_bias": true,
|
80 |
+
"torch_dtype": "float32",
|
81 |
+
"transformers_version": "4.26.1"
|
82 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTFeatureExtractor",
|
11 |
+
"image_std": [
|
12 |
+
0.5,
|
13 |
+
0.5,
|
14 |
+
0.5
|
15 |
+
],
|
16 |
+
"resample": 2,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3d1359e52adeeebfbef2d4a14e8d71a3e458f7c1d27cfd35ca2087bccaba047
|
3 |
+
size 343345581
|
runs/Mar14_22-02-13_62909ffd08dc/1678831350.4227924/events.out.tfevents.1678831350.62909ffd08dc.502.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d99f003e9b7843d6f83436ed82135e3db3db53a086106874072f914e8879d7e0
|
3 |
+
size 5685
|
runs/Mar14_22-02-13_62909ffd08dc/events.out.tfevents.1678831350.62909ffd08dc.502.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c90526499e684a8e2a429f0e84ff983ec649ef0c00cf7bd3751ea785f83fcc9
|
3 |
+
size 6860
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16e025c62995c0b1e7ebcdc33ffdc98220491800b9a6a950375361098899e877
|
3 |
+
size 3515
|