End of training
Browse files- .gitignore +1 -0
- all_results.json +14 -0
- config.json +33 -0
- pytorch_model.bin +3 -0
- runs/Nov15_19-59-16_c47fe954a214/1637006364.1794055/events.out.tfevents.1637006364.c47fe954a214.71.14 +3 -0
- runs/Nov15_19-59-16_c47fe954a214/events.out.tfevents.1637006364.c47fe954a214.71.13 +3 -0
- runs/Nov15_19-59-16_c47fe954a214/events.out.tfevents.1637006435.c47fe954a214.71.15 +3 -0
- test_results.json +9 -0
- train_results.json +8 -0
- trainer_state.json +51 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.14,
|
3 |
+
"test_acc1": 96.32792663574219,
|
4 |
+
"test_acc5": 100.0,
|
5 |
+
"test_loss": 0.23818965256214142,
|
6 |
+
"test_runtime": 7.0942,
|
7 |
+
"test_samples_per_second": 165.065,
|
8 |
+
"test_steps_per_second": 0.705,
|
9 |
+
"total_flos": 0.0,
|
10 |
+
"train_loss": 0.49140148162841796,
|
11 |
+
"train_runtime": 64.5205,
|
12 |
+
"train_samples_per_second": 39.677,
|
13 |
+
"train_steps_per_second": 0.155
|
14 |
+
}
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"url": "https://download.pytorch.org/models/resnet18-5c106cde.pth",
|
3 |
+
"num_classes": 2,
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
224,
|
7 |
+
224
|
8 |
+
],
|
9 |
+
"pool_size": [
|
10 |
+
7,
|
11 |
+
7
|
12 |
+
],
|
13 |
+
"crop_pct": 0.875,
|
14 |
+
"interpolation": "bilinear",
|
15 |
+
"mean": [
|
16 |
+
0.485,
|
17 |
+
0.456,
|
18 |
+
0.406
|
19 |
+
],
|
20 |
+
"std": [
|
21 |
+
0.229,
|
22 |
+
0.224,
|
23 |
+
0.225
|
24 |
+
],
|
25 |
+
"first_conv": "conv1",
|
26 |
+
"classifier": "fc",
|
27 |
+
"architecture": "resnet18",
|
28 |
+
"num_features": 512,
|
29 |
+
"labels": [
|
30 |
+
"LABEL_0",
|
31 |
+
"LABEL_1"
|
32 |
+
]
|
33 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f416409cb67288efe670b5e117dc91f7e984e97818c58860601f217fb64f9cd
|
3 |
+
size 44788557
|
runs/Nov15_19-59-16_c47fe954a214/1637006364.1794055/events.out.tfevents.1637006364.c47fe954a214.71.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7aae886b5baf6ac9aa93a5e5def7bdd44e5e575433e9d6eca10f49e8c6185f3
|
3 |
+
size 4603
|
runs/Nov15_19-59-16_c47fe954a214/events.out.tfevents.1637006364.c47fe954a214.71.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:853a88c954add25b9994d1c15512ec13a11c62f4c2d5b92c294b37fc66916d55
|
3 |
+
size 3741
|
runs/Nov15_19-59-16_c47fe954a214/events.out.tfevents.1637006435.c47fe954a214.71.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da39b8e854fdd70284d1d5917edfea203cd187f89d229ad21b386c6c22512e13
|
3 |
+
size 400
|
test_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.14,
|
3 |
+
"test_acc1": 96.32792663574219,
|
4 |
+
"test_acc5": 100.0,
|
5 |
+
"test_loss": 0.23818965256214142,
|
6 |
+
"test_runtime": 7.0942,
|
7 |
+
"test_samples_per_second": 165.065,
|
8 |
+
"test_steps_per_second": 0.705
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.14,
|
3 |
+
"total_flos": 0.0,
|
4 |
+
"train_loss": 0.49140148162841796,
|
5 |
+
"train_runtime": 64.5205,
|
6 |
+
"train_samples_per_second": 39.677,
|
7 |
+
"train_steps_per_second": 0.155
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.13513513513513514,
|
5 |
+
"global_step": 10,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.07,
|
12 |
+
"eval_acc1": 92.08203125,
|
13 |
+
"eval_acc5": 100.0,
|
14 |
+
"eval_loss": 0.3436393737792969,
|
15 |
+
"eval_runtime": 21.3181,
|
16 |
+
"eval_samples_per_second": 164.696,
|
17 |
+
"eval_steps_per_second": 0.657,
|
18 |
+
"step": 5
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"epoch": 0.14,
|
22 |
+
"learning_rate": 0.0,
|
23 |
+
"loss": 0.4914,
|
24 |
+
"step": 10
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.14,
|
28 |
+
"eval_acc1": 95.21504211425781,
|
29 |
+
"eval_acc5": 100.0,
|
30 |
+
"eval_loss": 0.2510463297367096,
|
31 |
+
"eval_runtime": 20.9889,
|
32 |
+
"eval_samples_per_second": 167.279,
|
33 |
+
"eval_steps_per_second": 0.667,
|
34 |
+
"step": 10
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"epoch": 0.14,
|
38 |
+
"step": 10,
|
39 |
+
"total_flos": 0.0,
|
40 |
+
"train_loss": 0.49140148162841796,
|
41 |
+
"train_runtime": 64.5205,
|
42 |
+
"train_samples_per_second": 39.677,
|
43 |
+
"train_steps_per_second": 0.155
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"max_steps": 10,
|
47 |
+
"num_train_epochs": 1,
|
48 |
+
"total_flos": 0.0,
|
49 |
+
"trial_name": null,
|
50 |
+
"trial_params": null
|
51 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d6eda0cfbdfefc0bd230a9e6a38f0466c00e98911900f3b94bcc2dd233ffdee
|
3 |
+
size 2927
|