Hans-Christian Bøge Pedersen
commited on
Commit
•
49d3e8c
1
Parent(s):
d620aa9
Training in progress, step 200
Browse files- .gitignore +0 -1
- checkpoint-200/config.json +77 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/preprocessor_config.json +24 -0
- checkpoint-200/pytorch_model.bin +3 -0
- checkpoint-200/rng_state.pth +3 -0
- checkpoint-200/scaler.pt +3 -0
- checkpoint-200/scheduler.pt +3 -0
- checkpoint-200/trainer_state.json +40 -0
- checkpoint-200/training_args.bin +3 -0
- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Feb29_06-40-12_88ba3e3089b0/1709188854.2057977/events.out.tfevents.1709188854.88ba3e3089b0.584.1 +3 -0
- runs/Feb29_06-40-12_88ba3e3089b0/events.out.tfevents.1709188854.88ba3e3089b0.584.0 +3 -0
- training_args.bin +1 -1
.gitignore
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
checkpoint-*/
|
|
|
|
checkpoint-200/config.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": "d620aa95afb41b3d31a7ef4ce42ff92afd47ad68",
|
3 |
+
"_name_or_path": "Tech-Hans/detr-resnet-50_finetuned_fashion",
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "relu",
|
6 |
+
"architectures": [
|
7 |
+
"DetrForObjectDetection"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"auxiliary_loss": false,
|
11 |
+
"backbone": "resnet50",
|
12 |
+
"backbone_config": null,
|
13 |
+
"bbox_cost": 5,
|
14 |
+
"bbox_loss_coefficient": 5,
|
15 |
+
"class_cost": 1,
|
16 |
+
"classifier_dropout": 0.0,
|
17 |
+
"d_model": 256,
|
18 |
+
"decoder_attention_heads": 8,
|
19 |
+
"decoder_ffn_dim": 2048,
|
20 |
+
"decoder_layerdrop": 0.0,
|
21 |
+
"decoder_layers": 6,
|
22 |
+
"dice_loss_coefficient": 1,
|
23 |
+
"dilation": false,
|
24 |
+
"dropout": 0.1,
|
25 |
+
"encoder_attention_heads": 8,
|
26 |
+
"encoder_ffn_dim": 2048,
|
27 |
+
"encoder_layerdrop": 0.0,
|
28 |
+
"encoder_layers": 6,
|
29 |
+
"eos_coefficient": 0.1,
|
30 |
+
"giou_cost": 2,
|
31 |
+
"giou_loss_coefficient": 2,
|
32 |
+
"id2label": {
|
33 |
+
"0": "bags",
|
34 |
+
"1": "belt",
|
35 |
+
"2": "bottom",
|
36 |
+
"3": "fullbody",
|
37 |
+
"4": "glasses",
|
38 |
+
"5": "glove",
|
39 |
+
"6": "hat",
|
40 |
+
"7": "scarf",
|
41 |
+
"8": "shoes",
|
42 |
+
"9": "sock",
|
43 |
+
"10": "tie",
|
44 |
+
"11": "tights",
|
45 |
+
"12": "top"
|
46 |
+
},
|
47 |
+
"init_std": 0.02,
|
48 |
+
"init_xavier_std": 1.0,
|
49 |
+
"is_encoder_decoder": true,
|
50 |
+
"label2id": {
|
51 |
+
"bags": 0,
|
52 |
+
"belt": 1,
|
53 |
+
"bottom": 2,
|
54 |
+
"fullbody": 3,
|
55 |
+
"glasses": 4,
|
56 |
+
"glove": 5,
|
57 |
+
"hat": 6,
|
58 |
+
"scarf": 7,
|
59 |
+
"shoes": 8,
|
60 |
+
"sock": 9,
|
61 |
+
"tie": 10,
|
62 |
+
"tights": 11,
|
63 |
+
"top": 12
|
64 |
+
},
|
65 |
+
"mask_loss_coefficient": 1,
|
66 |
+
"max_position_embeddings": 1024,
|
67 |
+
"model_type": "detr",
|
68 |
+
"num_channels": 3,
|
69 |
+
"num_hidden_layers": 6,
|
70 |
+
"num_queries": 100,
|
71 |
+
"position_embedding_type": "sine",
|
72 |
+
"scale_embedding": false,
|
73 |
+
"torch_dtype": "float32",
|
74 |
+
"transformers_version": "4.7.0.dev0",
|
75 |
+
"use_pretrained_backbone": true,
|
76 |
+
"use_timm_backbone": true
|
77 |
+
}
|
checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bc829bfa7340ee30b51509fd387215147aff710b9e3b2e9b1c0c7020cffa8cb
|
3 |
+
size 330500858
|
checkpoint-200/preprocessor_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"format": "coco_detection",
|
7 |
+
"image_mean": [
|
8 |
+
0.485,
|
9 |
+
0.456,
|
10 |
+
0.406
|
11 |
+
],
|
12 |
+
"image_processor_type": "DetrImageProcessor",
|
13 |
+
"image_std": [
|
14 |
+
0.229,
|
15 |
+
0.224,
|
16 |
+
0.225
|
17 |
+
],
|
18 |
+
"resample": 2,
|
19 |
+
"rescale_factor": 0.00392156862745098,
|
20 |
+
"size": {
|
21 |
+
"longest_edge": 1333,
|
22 |
+
"shortest_edge": 800
|
23 |
+
}
|
24 |
+
}
|
checkpoint-200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1b68aef9b56440c29ba27c18b43ec246b6ae4601374e58b2187b125184ecf2
|
3 |
+
size 166628834
|
checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:818919b2f97fe69d15bdf0aedc832dc83606300b848a303a58c117406eb3a8e9
|
3 |
+
size 14244
|
checkpoint-200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30bdf66678944e0219b0a1d9c46cad55187e6f0ce5ac4275454801e02f5daeac
|
3 |
+
size 988
|
checkpoint-200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd7a92636274510d8d6d5b6219077a7332ab214c33ffa93a1c9a08f11c72c148
|
3 |
+
size 1064
|
checkpoint-200/trainer_state.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.03800114003420103,
|
5 |
+
"global_step": 200,
|
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.01,
|
12 |
+
"learning_rate": 9.992019760592819e-06,
|
13 |
+
"loss": 1.1564,
|
14 |
+
"step": 50
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.02,
|
18 |
+
"learning_rate": 9.982709481284439e-06,
|
19 |
+
"loss": 1.132,
|
20 |
+
"step": 100
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.03,
|
24 |
+
"learning_rate": 9.97320919627589e-06,
|
25 |
+
"loss": 1.1507,
|
26 |
+
"step": 150
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.04,
|
30 |
+
"learning_rate": 9.96370891126734e-06,
|
31 |
+
"loss": 1.0846,
|
32 |
+
"step": 200
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"max_steps": 52630,
|
36 |
+
"num_train_epochs": 10,
|
37 |
+
"total_flos": 7.64684734464e+17,
|
38 |
+
"trial_name": null,
|
39 |
+
"trial_params": null
|
40 |
+
}
|
checkpoint-200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a94e6c56e41fa19ecd09482ad2483603a5fd7b4da500f9ff0a6c43e86d59b6
|
3 |
+
size 4088
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_commit_hash": "
|
3 |
"_name_or_path": "Tech-Hans/detr-resnet-50_finetuned_fashion",
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
|
|
1 |
{
|
2 |
+
"_commit_hash": "d620aa95afb41b3d31a7ef4ce42ff92afd47ad68",
|
3 |
"_name_or_path": "Tech-Hans/detr-resnet-50_finetuned_fashion",
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 166628834
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc1b68aef9b56440c29ba27c18b43ec246b6ae4601374e58b2187b125184ecf2
|
3 |
size 166628834
|
runs/Feb29_06-40-12_88ba3e3089b0/1709188854.2057977/events.out.tfevents.1709188854.88ba3e3089b0.584.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2536ae9d290cddc5564a43be9bc1aab4242e4322d13e7e2e32d6ddf2d2dcc0e
|
3 |
+
size 5919
|
runs/Feb29_06-40-12_88ba3e3089b0/events.out.tfevents.1709188854.88ba3e3089b0.584.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60951a70d0241aa58111051c3e8eba3722c484addd5c48bf36601f1136bcd72a
|
3 |
+
size 5763
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a94e6c56e41fa19ecd09482ad2483603a5fd7b4da500f9ff0a6c43e86d59b6
|
3 |
size 4088
|