Commit
·
6e06597
1
Parent(s):
83af964
Training in progress, step 200
Browse files- config.json +9 -10
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
10 |
"backbone": "resnet50",
|
|
|
11 |
"bbox_cost": 5,
|
12 |
"bbox_loss_coefficient": 5,
|
13 |
"class_cost": 1,
|
@@ -28,21 +29,19 @@
|
|
28 |
"giou_cost": 2,
|
29 |
"giou_loss_coefficient": 2,
|
30 |
"id2label": {
|
31 |
-
"0": "
|
32 |
-
"1": "
|
33 |
-
"2": "
|
34 |
-
"3": "
|
35 |
-
"4": "Mask"
|
36 |
},
|
37 |
"init_std": 0.02,
|
38 |
"init_xavier_std": 1.0,
|
39 |
"is_encoder_decoder": true,
|
40 |
"label2id": {
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"Mask": 4
|
46 |
},
|
47 |
"mask_loss_coefficient": 1,
|
48 |
"max_position_embeddings": 1024,
|
|
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
10 |
"backbone": "resnet50",
|
11 |
+
"backbone_config": null,
|
12 |
"bbox_cost": 5,
|
13 |
"bbox_loss_coefficient": 5,
|
14 |
"class_cost": 1,
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"0": "furniture",
|
33 |
+
"1": "Chair",
|
34 |
+
"2": "Sofa",
|
35 |
+
"3": "Table"
|
|
|
36 |
},
|
37 |
"init_std": 0.02,
|
38 |
"init_xavier_std": 1.0,
|
39 |
"is_encoder_decoder": true,
|
40 |
"label2id": {
|
41 |
+
"Chair": 1,
|
42 |
+
"Sofa": 2,
|
43 |
+
"Table": 3,
|
44 |
+
"furniture": 0
|
|
|
45 |
},
|
46 |
"mask_loss_coefficient": 1,
|
47 |
"max_position_embeddings": 1024,
|
pytorch_model.bin
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:dc9a54165b04d255c3eae2f032aa5c71f5be8c84ddbb5522aea00aa96fe7e5e1
|
3 |
+
size 166617749
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30754da74f799375387b202b90d3e00af467a9ecf835f1fed40d0be0a833eaf5
|
3 |
size 4091
|