Conditional DETR classifier version2 -- training in progress, epoch 0
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
@@ -29,13 +29,13 @@
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
-
"0": "
|
33 |
},
|
34 |
"init_std": 0.02,
|
35 |
"init_xavier_std": 1.0,
|
36 |
"is_encoder_decoder": true,
|
37 |
"label2id": {
|
38 |
-
"
|
39 |
},
|
40 |
"mask_loss_coefficient": 1,
|
41 |
"max_position_embeddings": 1024,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/conditional-detr-resnet-50",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"0": "boat"
|
33 |
},
|
34 |
"init_std": 0.02,
|
35 |
"init_xavier_std": 1.0,
|
36 |
"is_encoder_decoder": true,
|
37 |
"label2id": {
|
38 |
+
"boat": 0
|
39 |
},
|
40 |
"mask_loss_coefficient": 1,
|
41 |
"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 174208637
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d91db19fa91d330c6e3794e8600792dfaf40c3d8ca7426606b3c90e1c3d853b
|
3 |
size 174208637
|