End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -47,31 +47,31 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
|
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
| 0.
|
65 |
-
|
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.7342
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 1.1153 | 0.08 | 200 | 1.0413 |
|
51 |
+
| 1.0375 | 0.16 | 400 | 0.9910 |
|
52 |
+
| 1.0557 | 0.24 | 600 | 0.9525 |
|
53 |
+
| 0.9463 | 0.32 | 800 | 0.9226 |
|
54 |
+
| 0.9683 | 0.4 | 1000 | 0.9185 |
|
55 |
+
| 0.9448 | 0.48 | 1200 | 0.8853 |
|
56 |
+
| 0.9343 | 0.56 | 1400 | 0.9085 |
|
57 |
+
| 0.9047 | 0.64 | 1600 | 0.8637 |
|
58 |
+
| 0.9429 | 0.72 | 1800 | 0.8998 |
|
59 |
+
| 0.846 | 0.8 | 2000 | 0.8494 |
|
60 |
+
| 0.9111 | 0.88 | 2200 | 0.8380 |
|
61 |
+
| 0.8987 | 0.96 | 2400 | 0.8217 |
|
62 |
+
| 0.8348 | 1.04 | 2600 | 0.7994 |
|
63 |
+
| 0.8578 | 1.12 | 2800 | 0.8096 |
|
64 |
+
| 0.8063 | 1.2 | 3000 | 0.7920 |
|
65 |
+
| 0.7922 | 1.28 | 3200 | 0.7797 |
|
66 |
+
| 0.805 | 1.36 | 3400 | 0.7697 |
|
67 |
+
| 0.8121 | 1.44 | 3600 | 0.7722 |
|
68 |
+
| 0.798 | 1.52 | 3800 | 0.7664 |
|
69 |
+
| 0.79 | 1.6 | 4000 | 0.7601 |
|
70 |
+
| 0.7406 | 1.68 | 4200 | 0.7507 |
|
71 |
+
| 0.7323 | 1.76 | 4400 | 0.7330 |
|
72 |
+
| 0.8103 | 1.84 | 4600 | 0.7295 |
|
73 |
+
| 0.7509 | 1.92 | 4800 | 0.7334 |
|
74 |
+
| 0.7615 | 2.0 | 5000 | 0.7342 |
|
75 |
|
76 |
|
77 |
### Framework versions
|