Training in progress epoch 0
Browse files- README.md +57 -0
- config.json +84 -0
- logs/train/events.out.tfevents.1656818948.localhost.localdomain.185921.0.v2 +3 -0
- logs/train/events.out.tfevents.1656818980.localhost.localdomain.profile-empty +3 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.kernel_stats.pb +0 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1656819396.localhost.localdomain.185921.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/resnet-50-ucSat
|
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/resnet-50-ucSat
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 2.6504
|
18 |
+
- Train Accuracy: 0.2057
|
19 |
+
- Train Top-3-accuracy: 0.3591
|
20 |
+
- Validation Loss: 2.2693
|
21 |
+
- Validation Accuracy: 0.3299
|
22 |
+
- Validation Top-3-accuracy: 0.5069
|
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': 275, '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.6504 | 0.2057 | 0.3591 | 2.2693 | 0.3299 | 0.5069 | 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,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/resnet-50",
|
3 |
+
"architectures": [
|
4 |
+
"ViTForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
3,
|
9 |
+
4,
|
10 |
+
6,
|
11 |
+
3
|
12 |
+
],
|
13 |
+
"downsample_in_first_stage": false,
|
14 |
+
"embedding_size": 64,
|
15 |
+
"encoder_stride": 16,
|
16 |
+
"hidden_act": "relu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"hidden_sizes": [
|
20 |
+
256,
|
21 |
+
512,
|
22 |
+
1024,
|
23 |
+
2048
|
24 |
+
],
|
25 |
+
"id2label": {
|
26 |
+
"0": "agricultural",
|
27 |
+
"1": "airplane",
|
28 |
+
"10": "harbor",
|
29 |
+
"11": "intersection",
|
30 |
+
"12": "mediumresidential",
|
31 |
+
"13": "mobilehomepark",
|
32 |
+
"14": "overpass",
|
33 |
+
"15": "parkinglot",
|
34 |
+
"16": "river",
|
35 |
+
"17": "runway",
|
36 |
+
"18": "sparseresidential",
|
37 |
+
"19": "storagetanks",
|
38 |
+
"2": "baseballdiamond",
|
39 |
+
"20": "tenniscourt",
|
40 |
+
"3": "beach",
|
41 |
+
"4": "buildings",
|
42 |
+
"5": "chaparral",
|
43 |
+
"6": "denseresidential",
|
44 |
+
"7": "forest",
|
45 |
+
"8": "freeway",
|
46 |
+
"9": "golfcourse"
|
47 |
+
},
|
48 |
+
"image_size": 224,
|
49 |
+
"initializer_range": 0.02,
|
50 |
+
"intermediate_size": 3072,
|
51 |
+
"label2id": {
|
52 |
+
"agricultural": "0",
|
53 |
+
"airplane": "1",
|
54 |
+
"baseballdiamond": "2",
|
55 |
+
"beach": "3",
|
56 |
+
"buildings": "4",
|
57 |
+
"chaparral": "5",
|
58 |
+
"denseresidential": "6",
|
59 |
+
"forest": "7",
|
60 |
+
"freeway": "8",
|
61 |
+
"golfcourse": "9",
|
62 |
+
"harbor": "10",
|
63 |
+
"intersection": "11",
|
64 |
+
"mediumresidential": "12",
|
65 |
+
"mobilehomepark": "13",
|
66 |
+
"overpass": "14",
|
67 |
+
"parkinglot": "15",
|
68 |
+
"river": "16",
|
69 |
+
"runway": "17",
|
70 |
+
"sparseresidential": "18",
|
71 |
+
"storagetanks": "19",
|
72 |
+
"tenniscourt": "20"
|
73 |
+
},
|
74 |
+
"layer_norm_eps": 1e-12,
|
75 |
+
"layer_type": "bottleneck",
|
76 |
+
"model_type": "vit",
|
77 |
+
"num_attention_heads": 12,
|
78 |
+
"num_channels": 3,
|
79 |
+
"num_hidden_layers": 12,
|
80 |
+
"patch_size": 16,
|
81 |
+
"qkv_bias": true,
|
82 |
+
"torch_dtype": "float32",
|
83 |
+
"transformers_version": "4.18.0"
|
84 |
+
}
|
logs/train/events.out.tfevents.1656818948.localhost.localdomain.185921.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f8b77f7bae949b263062c1fc50f7d39a9dd3bba026f4d22a8893f5d092a5cc0
|
3 |
+
size 2148336
|
logs/train/events.out.tfevents.1656818980.localhost.localdomain.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b9fe93c97ccc0f14bb9681f8152b9aa975a6f48e8d580f0e4b7e0eb73e7383e
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fe06a082799736a090e27fca72473747eddcc412bf72fe13f9e49293c1664ba
|
3 |
+
size 2452
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.kernel_stats.pb
ADDED
File without changes
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cff3d0981b05565a0672db9c5c0e0e2b89f5dd5899629f698b54f968c0e59b3
|
3 |
+
size 34379
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65cb07ac4333274fa7de65c56a4f476a499af1f084354a2c967bf07d64b080f1
|
3 |
+
size 3833
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07774ec1747f3c0e4dccbea9884e14b67fd1b7973bb7cf66d5640b7645c9a92f
|
3 |
+
size 2719
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68a89983b2acd46c2cde7ad777f1e1a844455dcb8128cbefa2b4881738ab45f6
|
3 |
+
size 15906
|
logs/train/plugins/profile/2022_07_03_11_29_40/localhost.localdomain.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5e59559aff376706da044361426d4b0575c8dc3b019e3229f583a644cc4ace1
|
3 |
+
size 689839
|
logs/validation/events.out.tfevents.1656819396.localhost.localdomain.185921.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88281a2e3be27f1c2b57862d5cb9fba767dfb11b13d4585d101194061cda7ee9
|
3 |
+
size 527
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2684b0ff639c8143d2573b097e171023be024220fecd6e7ed93c20768baf207c
|
3 |
+
size 343527680
|