Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +61 -0
- last-checkpoint/config.json +61 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/pytorch_model.bin +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +66 -0
- last-checkpoint/training_args.bin +3 -0
- pytorch_model.bin +3 -0
- runs/Sep03_15-25-22_b2f294ae84e8/1662218738.0631883/events.out.tfevents.1662218738.b2f294ae84e8.70.1 +3 -0
- runs/Sep03_15-25-22_b2f294ae84e8/events.out.tfevents.1662218738.b2f294ae84e8.70.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-finetuned-ade-640-640",
|
3 |
+
"architectures": [
|
4 |
+
"BeitForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_channels": 256,
|
8 |
+
"auxiliary_concat_input": false,
|
9 |
+
"auxiliary_loss_weight": 0.4,
|
10 |
+
"auxiliary_num_convs": 1,
|
11 |
+
"drop_path_rate": 0.1,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_dropout_prob": 0.0,
|
14 |
+
"hidden_size": 768,
|
15 |
+
"id2label": {
|
16 |
+
"0": "background",
|
17 |
+
"1": "pokemon"
|
18 |
+
},
|
19 |
+
"image_size": 640,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 3072,
|
22 |
+
"label2id": {
|
23 |
+
"background": 0,
|
24 |
+
"pokemon": 1
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
+
"layer_scale_init_value": 0.1,
|
28 |
+
"model_type": "beit",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_channels": 3,
|
31 |
+
"num_hidden_layers": 12,
|
32 |
+
"out_indices": [
|
33 |
+
3,
|
34 |
+
5,
|
35 |
+
7,
|
36 |
+
11
|
37 |
+
],
|
38 |
+
"patch_size": 16,
|
39 |
+
"pool_scales": [
|
40 |
+
1,
|
41 |
+
2,
|
42 |
+
3,
|
43 |
+
6
|
44 |
+
],
|
45 |
+
"segmentation_indices": [
|
46 |
+
3,
|
47 |
+
5,
|
48 |
+
7,
|
49 |
+
11
|
50 |
+
],
|
51 |
+
"semantic_loss_ignore_index": 255,
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.21.2",
|
54 |
+
"use_absolute_position_embeddings": false,
|
55 |
+
"use_auxiliary_head": true,
|
56 |
+
"use_mask_token": false,
|
57 |
+
"use_mean_pooling": true,
|
58 |
+
"use_relative_position_bias": true,
|
59 |
+
"use_shared_relative_position_bias": false,
|
60 |
+
"vocab_size": 8192
|
61 |
+
}
|
last-checkpoint/config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-finetuned-ade-640-640",
|
3 |
+
"architectures": [
|
4 |
+
"BeitForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_channels": 256,
|
8 |
+
"auxiliary_concat_input": false,
|
9 |
+
"auxiliary_loss_weight": 0.4,
|
10 |
+
"auxiliary_num_convs": 1,
|
11 |
+
"drop_path_rate": 0.1,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_dropout_prob": 0.0,
|
14 |
+
"hidden_size": 768,
|
15 |
+
"id2label": {
|
16 |
+
"0": "background",
|
17 |
+
"1": "pokemon"
|
18 |
+
},
|
19 |
+
"image_size": 640,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 3072,
|
22 |
+
"label2id": {
|
23 |
+
"background": 0,
|
24 |
+
"pokemon": 1
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
+
"layer_scale_init_value": 0.1,
|
28 |
+
"model_type": "beit",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_channels": 3,
|
31 |
+
"num_hidden_layers": 12,
|
32 |
+
"out_indices": [
|
33 |
+
3,
|
34 |
+
5,
|
35 |
+
7,
|
36 |
+
11
|
37 |
+
],
|
38 |
+
"patch_size": 16,
|
39 |
+
"pool_scales": [
|
40 |
+
1,
|
41 |
+
2,
|
42 |
+
3,
|
43 |
+
6
|
44 |
+
],
|
45 |
+
"segmentation_indices": [
|
46 |
+
3,
|
47 |
+
5,
|
48 |
+
7,
|
49 |
+
11
|
50 |
+
],
|
51 |
+
"semantic_loss_ignore_index": 255,
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.21.2",
|
54 |
+
"use_absolute_position_embeddings": false,
|
55 |
+
"use_auxiliary_head": true,
|
56 |
+
"use_mask_token": false,
|
57 |
+
"use_mean_pooling": true,
|
58 |
+
"use_relative_position_bias": true,
|
59 |
+
"use_shared_relative_position_bias": false,
|
60 |
+
"vocab_size": 8192
|
61 |
+
}
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cd3a772a22442f9271851df4bc66094095fc7cfc28663af0632c7cbd435d345
|
3 |
+
size 1191568153
|
last-checkpoint/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dab0fb5389e5216477e847632b4e1a8a939f2a21ee598bcabdf79fb9928e09f
|
3 |
+
size 899281529
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2d3cbf651c4c73f34159e6f0e45bf37d5a66690c2ff301234c5acd7cfbf58ed
|
3 |
+
size 14503
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17fe20f4b0ed27d815e86b1b7befa4a3f6037688b2d5968b5a5808d012f86edf
|
3 |
+
size 623
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.1986829936504364,
|
3 |
+
"best_model_checkpoint": "drive/MyDrive/beit-finetuned-pokemon/checkpoint-500",
|
4 |
+
"epoch": 0.10660980810234541,
|
5 |
+
"global_step": 500,
|
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.05,
|
12 |
+
"learning_rate": 5.680170575692964e-05,
|
13 |
+
"loss": 0.2845,
|
14 |
+
"step": 250
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.05,
|
18 |
+
"eval_loss": 0.19092005491256714,
|
19 |
+
"eval_mean_accuracy": 0.8750296526422883,
|
20 |
+
"eval_mean_iou": 0.43751482632114413,
|
21 |
+
"eval_overall_accuracy": 0.8750296526422883,
|
22 |
+
"eval_per_category_accuracy": [
|
23 |
+
NaN,
|
24 |
+
0.8750296526422883
|
25 |
+
],
|
26 |
+
"eval_per_category_iou": [
|
27 |
+
0.0,
|
28 |
+
0.8750296526422883
|
29 |
+
],
|
30 |
+
"eval_runtime": 575.549,
|
31 |
+
"eval_samples_per_second": 0.375,
|
32 |
+
"eval_steps_per_second": 0.188,
|
33 |
+
"step": 250
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.11,
|
37 |
+
"learning_rate": 5.360341151385927e-05,
|
38 |
+
"loss": 0.103,
|
39 |
+
"step": 500
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.11,
|
43 |
+
"eval_loss": 0.1986829936504364,
|
44 |
+
"eval_mean_accuracy": 0.9047505435789185,
|
45 |
+
"eval_mean_iou": 0.45237527178945924,
|
46 |
+
"eval_overall_accuracy": 0.9047505435789185,
|
47 |
+
"eval_per_category_accuracy": [
|
48 |
+
NaN,
|
49 |
+
0.9047505435789185
|
50 |
+
],
|
51 |
+
"eval_per_category_iou": [
|
52 |
+
0.0,
|
53 |
+
0.9047505435789185
|
54 |
+
],
|
55 |
+
"eval_runtime": 572.0627,
|
56 |
+
"eval_samples_per_second": 0.378,
|
57 |
+
"eval_steps_per_second": 0.189,
|
58 |
+
"step": 500
|
59 |
+
}
|
60 |
+
],
|
61 |
+
"max_steps": 4690,
|
62 |
+
"num_train_epochs": 1,
|
63 |
+
"total_flos": 1.2036548100096e+18,
|
64 |
+
"trial_name": null,
|
65 |
+
"trial_params": null
|
66 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9283fcfe2b09acce4985253738975f99b41bb553610a1814b6618793f0aebd2e
|
3 |
+
size 3439
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dab0fb5389e5216477e847632b4e1a8a939f2a21ee598bcabdf79fb9928e09f
|
3 |
+
size 899281529
|
runs/Sep03_15-25-22_b2f294ae84e8/1662218738.0631883/events.out.tfevents.1662218738.b2f294ae84e8.70.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30d07e181c5ee13e39904c239146f498a09f2ef154cf3caf79ebd15bdf9b7e3c
|
3 |
+
size 5490
|
runs/Sep03_15-25-22_b2f294ae84e8/events.out.tfevents.1662218738.b2f294ae84e8.70.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c279c4f535571a75e58ad3a9da5922d5a1b55145bff2be67e31e8e871b73bd8d
|
3 |
+
size 5550
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9283fcfe2b09acce4985253738975f99b41bb553610a1814b6618793f0aebd2e
|
3 |
+
size 3439
|