Dennis G
commited on
Commit
·
ee1000b
1
Parent(s):
efd579b
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +52 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/Jul09_09-16-42_ab721746981e/1657358591.722204/events.out.tfevents.1657358591.ab721746981e.72.1 +3 -0
- runs/Jul09_09-16-42_ab721746981e/events.out.tfevents.1657358591.ab721746981e.72.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "4.X (before awn extrusion)",
|
21 |
+
"1": "4.9 (awn extrusion)",
|
22 |
+
"2": "5.X (Before flowering)",
|
23 |
+
"3": "6.X (Flowering)"
|
24 |
+
},
|
25 |
+
"image_size": 224,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"4.9 (awn extrusion)": 1,
|
29 |
+
"4.X (before awn extrusion)": 0,
|
30 |
+
"5.X (Before flowering)": 2,
|
31 |
+
"6.X (Flowering)": 3
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-05,
|
34 |
+
"mlp_ratio": 4.0,
|
35 |
+
"model_type": "swin",
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_heads": [
|
38 |
+
3,
|
39 |
+
6,
|
40 |
+
12,
|
41 |
+
24
|
42 |
+
],
|
43 |
+
"num_layers": 4,
|
44 |
+
"patch_size": 4,
|
45 |
+
"path_norm": true,
|
46 |
+
"problem_type": "single_label_classification",
|
47 |
+
"qkv_bias": true,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.20.1",
|
50 |
+
"use_absolute_embeddings": false,
|
51 |
+
"window_size": 7
|
52 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.229,
|
12 |
+
0.224,
|
13 |
+
0.225
|
14 |
+
],
|
15 |
+
"resample": 3,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515f4fe64e2154a0df62899b877373b0bdfc49ba37f6276a7a6889fefd7b98ba
|
3 |
+
size 110399023
|
runs/Jul09_09-16-42_ab721746981e/1657358591.722204/events.out.tfevents.1657358591.ab721746981e.72.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af351a53baae0b3a4aa9ccb4ab99acdca8c7627bb79eeead4eed030e6a6c32e2
|
3 |
+
size 5414
|
runs/Jul09_09-16-42_ab721746981e/events.out.tfevents.1657358591.ab721746981e.72.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34c8558818c70f8b072887a8aaea6a50989ec7287f0ac57da12b1f2aa84c30b4
|
3 |
+
size 4569
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:924d1c23839823ae789a36fc2f97110f25b9ac719e8334b2518e92d1685fc261
|
3 |
+
size 3375
|