Training in progress epoch 0
Browse files- README.md +57 -0
- config.json +86 -0
- logs/train/events.out.tfevents.1656941921.localhost.localdomain.98973.0.v2 +3 -0
- logs/train/events.out.tfevents.1656941992.localhost.localdomain.profile-empty +3 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.kernel_stats.pb +0 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1656945774.localhost.localdomain.98973.1.v2 +3 -0
- tf_model.h5 +3 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_keras_callback
|
5 |
+
model-index:
|
6 |
+
- name: YKXBCi/vit-base-patch16-224-in21k-aidSat
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
11 |
+
probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# YKXBCi/vit-base-patch16-224-in21k-aidSat
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 2.3544
|
18 |
+
- Train Accuracy: 0.7383
|
19 |
+
- Train Top-3-accuracy: 0.8687
|
20 |
+
- Validation Loss: 1.5415
|
21 |
+
- Validation Accuracy: 0.9266
|
22 |
+
- Validation Top-3-accuracy: 0.9857
|
23 |
+
- Epoch: 0
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- optimizer: {'inner_optimizer': {'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 1325, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
|
43 |
+
- training_precision: mixed_float16
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Train Loss | Train Accuracy | Train Top-3-accuracy | Validation Loss | Validation Accuracy | Validation Top-3-accuracy | Epoch |
|
48 |
+
|:----------:|:--------------:|:--------------------:|:---------------:|:-------------------:|:-------------------------:|:-----:|
|
49 |
+
| 2.3544 | 0.7383 | 0.8687 | 1.5415 | 0.9266 | 0.9857 | 0 |
|
50 |
+
|
51 |
+
|
52 |
+
### Framework versions
|
53 |
+
|
54 |
+
- Transformers 4.18.0
|
55 |
+
- TensorFlow 2.6.0
|
56 |
+
- Datasets 2.1.0
|
57 |
+
- Tokenizers 0.12.1
|
config.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Airport",
|
13 |
+
"1": "BareLand",
|
14 |
+
"10": "Farmland",
|
15 |
+
"11": "Forest",
|
16 |
+
"12": "Industrial",
|
17 |
+
"13": "Meadow",
|
18 |
+
"14": "MediumResidential",
|
19 |
+
"15": "Mountain",
|
20 |
+
"16": "Park",
|
21 |
+
"17": "Parking",
|
22 |
+
"18": "Playground",
|
23 |
+
"19": "Pond",
|
24 |
+
"2": "BaseballField",
|
25 |
+
"20": "Port",
|
26 |
+
"21": "RailwayStation",
|
27 |
+
"22": "Resort",
|
28 |
+
"23": "River",
|
29 |
+
"24": "School",
|
30 |
+
"25": "SparseResidential",
|
31 |
+
"26": "Square",
|
32 |
+
"27": "Stadium",
|
33 |
+
"28": "StorageTanks",
|
34 |
+
"29": "Viaduct",
|
35 |
+
"3": "Beach",
|
36 |
+
"4": "Bridge",
|
37 |
+
"5": "Center",
|
38 |
+
"6": "Church",
|
39 |
+
"7": "Commercial",
|
40 |
+
"8": "DenseResidential",
|
41 |
+
"9": "Desert"
|
42 |
+
},
|
43 |
+
"image_size": 224,
|
44 |
+
"initializer_range": 0.02,
|
45 |
+
"intermediate_size": 3072,
|
46 |
+
"label2id": {
|
47 |
+
"Airport": "0",
|
48 |
+
"BareLand": "1",
|
49 |
+
"BaseballField": "2",
|
50 |
+
"Beach": "3",
|
51 |
+
"Bridge": "4",
|
52 |
+
"Center": "5",
|
53 |
+
"Church": "6",
|
54 |
+
"Commercial": "7",
|
55 |
+
"DenseResidential": "8",
|
56 |
+
"Desert": "9",
|
57 |
+
"Farmland": "10",
|
58 |
+
"Forest": "11",
|
59 |
+
"Industrial": "12",
|
60 |
+
"Meadow": "13",
|
61 |
+
"MediumResidential": "14",
|
62 |
+
"Mountain": "15",
|
63 |
+
"Park": "16",
|
64 |
+
"Parking": "17",
|
65 |
+
"Playground": "18",
|
66 |
+
"Pond": "19",
|
67 |
+
"Port": "20",
|
68 |
+
"RailwayStation": "21",
|
69 |
+
"Resort": "22",
|
70 |
+
"River": "23",
|
71 |
+
"School": "24",
|
72 |
+
"SparseResidential": "25",
|
73 |
+
"Square": "26",
|
74 |
+
"Stadium": "27",
|
75 |
+
"StorageTanks": "28",
|
76 |
+
"Viaduct": "29"
|
77 |
+
},
|
78 |
+
"layer_norm_eps": 1e-12,
|
79 |
+
"model_type": "vit",
|
80 |
+
"num_attention_heads": 12,
|
81 |
+
"num_channels": 3,
|
82 |
+
"num_hidden_layers": 12,
|
83 |
+
"patch_size": 16,
|
84 |
+
"qkv_bias": true,
|
85 |
+
"transformers_version": "4.18.0"
|
86 |
+
}
|
logs/train/events.out.tfevents.1656941921.localhost.localdomain.98973.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c91609dd57597f0448c212e0ebae9775eaed3c5494c949f03d4617a8b4c933da
|
3 |
+
size 2250226
|
logs/train/events.out.tfevents.1656941992.localhost.localdomain.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7defdaa497ef683f15f4af25dd625e3558e74d6dcb941d1e7c4ea5cc9ef62a46
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4adf7ea157667491615584d140182f7d37991498173b03ef0140aa0e9efa090
|
3 |
+
size 2452
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.kernel_stats.pb
ADDED
File without changes
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bcc50ea44fa74f08702f04b4eba7cdfda07870728552a81c420cfd6a8f059f3
|
3 |
+
size 34925
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4be0b395289fcae16ad6b1fb7d26abaa5c36f7f05c116c2432cc48bcab401a1
|
3 |
+
size 3833
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1acb9a11d6cbd24586a2933e4027eb4347ec695ea0e8110aa932134339906b1d
|
3 |
+
size 2719
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f43a7467201870b5f8747fbfb8e4aa1dd485e88f9978c74698274a6163f15bff
|
3 |
+
size 14953
|
logs/train/plugins/profile/2022_07_04_21_39_52/localhost.localdomain.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6013928e03b704fe81f0aa156c74ae55521081e62aec7443e6755de157144ec6
|
3 |
+
size 787424
|
logs/validation/events.out.tfevents.1656945774.localhost.localdomain.98973.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdffc6b152b405505a6275d70da6b12225918b40aaf745bbf805d4dbaa5612cb
|
3 |
+
size 530
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3d22cd739e5e8648f1d9f22f485d9b33595864df78bd1eff037eb09f1981577
|
3 |
+
size 343555328
|