End of training
Browse files- README.md +3 -1
- all_results.json +16 -0
- eval_results.json +11 -0
- train_results.json +11 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: microsoft/swinv2-large-patch4-window12-192-22k
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -20,7 +22,7 @@ This model is a fine-tuned version of [microsoft/swinv2-large-patch4-window12-19
|
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 6.5510
|
22 |
- Accuracy: 0.1798
|
23 |
-
- Memory Allocated (gb): 2.
|
24 |
- Max Memory Allocated (gb): 21.35
|
25 |
- Total Memory Available (gb): 94.62
|
26 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: microsoft/swinv2-large-patch4-window12-192-22k
|
5 |
tags:
|
6 |
+
- image-classification
|
7 |
+
- vision
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 6.5510
|
24 |
- Accuracy: 0.1798
|
25 |
+
- Memory Allocated (gb): 2.43
|
26 |
- Max Memory Allocated (gb): 21.35
|
27 |
- Total Memory Available (gb): 94.62
|
28 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"eval_accuracy": 0.17984579202762646,
|
4 |
+
"eval_loss": 6.551010608673096,
|
5 |
+
"eval_runtime": 293.1476,
|
6 |
+
"eval_samples_per_second": 572.937,
|
7 |
+
"eval_steps_per_second": 1.122,
|
8 |
+
"max_memory_allocated (GB)": 21.35,
|
9 |
+
"memory_allocated (GB)": 2.43,
|
10 |
+
"total_flos": 9.770330117395578e+21,
|
11 |
+
"total_memory_available (GB)": 94.62,
|
12 |
+
"train_loss": 0.7415650523898262,
|
13 |
+
"train_runtime": 105713.6949,
|
14 |
+
"train_samples_per_second": 635.506,
|
15 |
+
"train_steps_per_second": 1.242
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"eval_accuracy": 0.17984579202762646,
|
4 |
+
"eval_loss": 6.551010608673096,
|
5 |
+
"eval_runtime": 293.1476,
|
6 |
+
"eval_samples_per_second": 572.937,
|
7 |
+
"eval_steps_per_second": 1.122,
|
8 |
+
"max_memory_allocated (GB)": 21.35,
|
9 |
+
"memory_allocated (GB)": 2.43,
|
10 |
+
"total_memory_available (GB)": 94.62
|
11 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 100.0,
|
3 |
+
"max_memory_allocated (GB)": 21.35,
|
4 |
+
"memory_allocated (GB)": 2.46,
|
5 |
+
"total_flos": 9.770330117395578e+21,
|
6 |
+
"total_memory_available (GB)": 94.62,
|
7 |
+
"train_loss": 0.7415650523898262,
|
8 |
+
"train_runtime": 105713.6949,
|
9 |
+
"train_samples_per_second": 635.506,
|
10 |
+
"train_steps_per_second": 1.242
|
11 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|