End of training
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
base_model: nvidia/segformer-b2-finetuned-ade-512-512
|
3 |
license: other
|
4 |
-
|
5 |
-
- precision
|
6 |
tags:
|
7 |
- vision
|
8 |
- image-segmentation
|
9 |
- generated_from_trainer
|
|
|
|
|
10 |
model-index:
|
11 |
- name: segformer-b2-finetuned-segments-pv_v1_normalized_p100_4batch
|
12 |
results: []
|
@@ -15,14 +15,14 @@ model-index:
|
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mouadn773/huggingface/runs/
|
19 |
# segformer-b2-finetuned-segments-pv_v1_normalized_p100_4batch
|
20 |
|
21 |
This model is a fine-tuned version of [nvidia/segformer-b2-finetuned-ade-512-512](https://huggingface.co/nvidia/segformer-b2-finetuned-ade-512-512) on the mouadenna/satellite_PV_dataset_train_test_v1 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Mean Iou: 0.
|
25 |
-
- Precision: 0
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -50,14 +50,53 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_ratio: 0.001
|
53 |
-
- num_epochs:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch
|
59 |
-
|
60 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
license: other
|
3 |
+
base_model: nvidia/segformer-b2-finetuned-ade-512-512
|
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
7 |
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- precision
|
10 |
model-index:
|
11 |
- name: segformer-b2-finetuned-segments-pv_v1_normalized_p100_4batch
|
12 |
results: []
|
|
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mouadn773/huggingface/runs/mmtwbyor)
|
19 |
# segformer-b2-finetuned-segments-pv_v1_normalized_p100_4batch
|
20 |
|
21 |
This model is a fine-tuned version of [nvidia/segformer-b2-finetuned-ade-512-512](https://huggingface.co/nvidia/segformer-b2-finetuned-ade-512-512) on the mouadenna/satellite_PV_dataset_train_test_v1 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: nan
|
24 |
+
- Mean Iou: 0.0
|
25 |
+
- Precision: 1.0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
- lr_scheduler_warmup_ratio: 0.001
|
53 |
+
- num_epochs: 40
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Precision |
|
59 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|:---------:|
|
60 |
+
| 0.01 | 0.9989 | 229 | 0.0088 | 0.8105 | 0.8817 |
|
61 |
+
| 0.0062 | 1.9978 | 458 | 0.0075 | 0.8201 | 0.8726 |
|
62 |
+
| 0.0049 | 2.9967 | 687 | 0.0063 | 0.8297 | 0.8867 |
|
63 |
+
| 0.0053 | 4.0 | 917 | 0.0055 | 0.8425 | 0.8845 |
|
64 |
+
| 0.0037 | 4.9989 | 1146 | 0.0058 | 0.8380 | 0.8823 |
|
65 |
+
| 0.0039 | 5.9978 | 1375 | 0.0211 | 0.6114 | 0.9766 |
|
66 |
+
| 0.0037 | 6.9967 | 1604 | 0.3403 | 0.0 | 1.0 |
|
67 |
+
| 0.0002 | 8.0 | 1834 | nan | 0.0 | 1.0 |
|
68 |
+
| 0.0003 | 8.9989 | 2063 | nan | 0.0 | 1.0 |
|
69 |
+
| 0.0864 | 9.9978 | 2292 | nan | 0.0 | 1.0 |
|
70 |
+
| 0.0035 | 10.9967 | 2521 | nan | 0.0 | 1.0 |
|
71 |
+
| 0.0045 | 12.0 | 2751 | nan | 0.0 | 1.0 |
|
72 |
+
| 0.0039 | 12.9989 | 2980 | nan | 0.0 | 1.0 |
|
73 |
+
| 0.8023 | 13.9978 | 3209 | nan | 0.0 | 1.0 |
|
74 |
+
| 0.0041 | 14.9967 | 3438 | nan | 0.0 | 1.0 |
|
75 |
+
| 7.0711 | 16.0 | 3668 | nan | 0.0 | 1.0 |
|
76 |
+
| 0.0039 | 16.9989 | 3897 | nan | 0.0 | 1.0 |
|
77 |
+
| 19.4385 | 17.9978 | 4126 | nan | 0.0 | 1.0 |
|
78 |
+
| 0.0001 | 18.9967 | 4355 | nan | 0.0 | 1.0 |
|
79 |
+
| 1.7398 | 20.0 | 4585 | nan | 0.0 | 1.0 |
|
80 |
+
| 0.2879 | 20.9989 | 4814 | nan | 0.0 | 1.0 |
|
81 |
+
| 0.0005 | 21.9978 | 5043 | nan | 0.0 | 1.0 |
|
82 |
+
| 5.8398 | 22.9967 | 5272 | nan | 0.0 | 1.0 |
|
83 |
+
| 0.0004 | 24.0 | 5502 | nan | 0.0 | 1.0 |
|
84 |
+
| 0.0002 | 24.9989 | 5731 | nan | 0.0 | 1.0 |
|
85 |
+
| 0.0016 | 25.9978 | 5960 | nan | 0.0 | 1.0 |
|
86 |
+
| 0.0034 | 26.9967 | 6189 | nan | 0.0 | 1.0 |
|
87 |
+
| 0.0004 | 28.0 | 6419 | nan | 0.0 | 1.0 |
|
88 |
+
| 0.0036 | 28.9989 | 6648 | nan | 0.0 | 1.0 |
|
89 |
+
| 0.0314 | 29.9978 | 6877 | nan | 0.0 | 1.0 |
|
90 |
+
| 0.0921 | 30.9967 | 7106 | nan | 0.0 | 1.0 |
|
91 |
+
| 89.1025 | 32.0 | 7336 | nan | 0.0 | 1.0 |
|
92 |
+
| 0.0073 | 32.9989 | 7565 | nan | 0.0 | 1.0 |
|
93 |
+
| 0.0126 | 33.9978 | 7794 | nan | 0.0 | 1.0 |
|
94 |
+
| 0.0094 | 34.9967 | 8023 | nan | 0.0 | 1.0 |
|
95 |
+
| 0.0001 | 36.0 | 8253 | nan | 0.0 | 1.0 |
|
96 |
+
| 4.3987 | 36.9989 | 8482 | nan | 0.0 | 1.0 |
|
97 |
+
| 0.0005 | 37.9978 | 8711 | nan | 0.0 | 1.0 |
|
98 |
+
| 0.0202 | 38.9967 | 8940 | nan | 0.0 | 1.0 |
|
99 |
+
| 0.1612 | 39.9564 | 9160 | nan | 0.0 | 1.0 |
|
100 |
|
101 |
|
102 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109444016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7245e6a07b653e32dc791e41d49096aaf39a81e9d946241d89220de5add57f1
|
3 |
size 109444016
|
runs/Jul28_01-59-10_625489755d8a/events.out.tfevents.1722131955.625489755d8a.24.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5827387d13ce2e32a453cae194edfe43b04136cc747aa51eab2aff77aec40ce3
|
3 |
+
size 40108
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:026b5f0f8aabbbeb657cc3653a9b5021cf405968d2e3eb9cf421c07e8419f0fd
|
3 |
size 5240
|