End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
-
base_model: nvidia/mit-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,19 +13,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# segformer_cracks
|
15 |
|
16 |
-
This model is a fine-tuned version of [nvidia/mit-
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
- eval_runtime: 3654.1653
|
25 |
-
- eval_samples_per_second: 0.75
|
26 |
-
- eval_steps_per_second: 0.187
|
27 |
-
- epoch: 3.0
|
28 |
-
- step: 4110
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,13 +39,26 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
- train_batch_size: 8
|
49 |
-
- eval_batch_size:
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
base_model: nvidia/mit-b3
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# segformer_cracks
|
15 |
|
16 |
+
This model is a fine-tuned version of [nvidia/mit-b3](https://huggingface.co/nvidia/mit-b3) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0499
|
19 |
+
- Mean Iou: 0.7718
|
20 |
+
- Mean Accuracy: 0.8317
|
21 |
+
- Overall Accuracy: 0.9798
|
22 |
+
- Per Category Iou: [0.9792869895386617, 0.564265846038068]
|
23 |
+
- Per Category Accuracy: [0.9923313345080351, 0.671108360646227]
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 3e-05
|
43 |
- train_batch_size: 8
|
44 |
+
- eval_batch_size: 8
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 7
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Per Category Iou | Per Category Accuracy |
|
53 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:-------------:|:----------------:|:----------------------------------------:|:----------------------------------------:|
|
54 |
+
| 0.0686 | 1.0 | 1541 | 0.0557 | 0.7541 | 0.8082 | 0.9785 | [0.9779708221514636, 0.5303006858963294] | [0.9928845967047768, 0.6234677160845897] |
|
55 |
+
| 0.049 | 2.0 | 3082 | 0.0527 | 0.7633 | 0.8239 | 0.9790 | [0.9784073819168878, 0.5481400031368636] | [0.9920481107810992, 0.6557623260692017] |
|
56 |
+
| 0.0468 | 3.0 | 4623 | 0.0547 | 0.7526 | 0.7996 | 0.9788 | [0.9783360187606548, 0.5269084757862701] | [0.993975994702418, 0.6052805015161615] |
|
57 |
+
| 0.0456 | 4.0 | 6164 | 0.0509 | 0.7677 | 0.8276 | 0.9794 | [0.9788937969015667, 0.556522438909845] | [0.9922581622702671, 0.6629042271896711] |
|
58 |
+
| 0.044 | 5.0 | 7705 | 0.0505 | 0.7678 | 0.8265 | 0.9795 | [0.9789809420595871, 0.5566804258721124] | [0.9924358981457169, 0.6606494246283242] |
|
59 |
+
| 0.0436 | 6.0 | 9246 | 0.0502 | 0.7696 | 0.8265 | 0.9798 | [0.9792607857315766, 0.5598563478221208] | [0.9927329763880554, 0.6603118480646505] |
|
60 |
+
| 0.0431 | 7.0 | 10787 | 0.0499 | 0.7718 | 0.8317 | 0.9798 | [0.9792869895386617, 0.564265846038068] | [0.9923313345080351, 0.671108360646227] |
|
61 |
+
|
62 |
|
63 |
### Framework versions
|
64 |
|