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 was trained from scratch on the imagefolder dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,18 +40,23 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model was trained from scratch on the imagefolder dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.0443
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.0829 | 1.0 | 47 | 0.1157 |
|
51 |
+
| 0.0184 | 2.0 | 94 | 0.1660 |
|
52 |
+
| 0.0533 | 3.0 | 141 | 0.0765 |
|
53 |
+
| 0.0765 | 4.0 | 188 | 0.0530 |
|
54 |
+
| 0.101 | 5.0 | 235 | 0.0481 |
|
55 |
+
| 0.0936 | 6.0 | 282 | 0.0494 |
|
56 |
+
| 0.1032 | 7.0 | 329 | 0.0524 |
|
57 |
+
| 0.0033 | 8.0 | 376 | 0.0460 |
|
58 |
+
| 0.0185 | 9.0 | 423 | 0.0440 |
|
59 |
+
| 0.0044 | 10.0 | 470 | 0.0443 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
runs/Apr23_05-45-16_a5c642fecc83/events.out.tfevents.1682228729.a5c642fecc83.542.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04fc223d63f95c58fe6d6d1ff04f2d275fcb77a6f76ebb9850af595b657bebcc
|
3 |
+
size 18921
|