Garell commited on
Commit
e3c9669
1 Parent(s): 990f147

Training in progress, step 200

Browse files
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_name_or_path": "./detr-resnet-50_finetuned",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
6
- "DetrForObjectDetection"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
@@ -11,8 +11,8 @@
11
  "backbone_config": null,
12
  "bbox_cost": 5,
13
  "bbox_loss_coefficient": 5,
14
- "class_cost": 1,
15
- "classifier_dropout": 0.0,
16
  "d_model": 256,
17
  "decoder_attention_heads": 8,
18
  "decoder_ffn_dim": 2048,
@@ -25,7 +25,7 @@
25
  "encoder_ffn_dim": 2048,
26
  "encoder_layerdrop": 0.0,
27
  "encoder_layers": 6,
28
- "eos_coefficient": 0.1,
29
  "giou_cost": 2,
30
  "giou_loss_coefficient": 2,
31
  "id2label": {
@@ -41,10 +41,10 @@
41
  },
42
  "mask_loss_coefficient": 1,
43
  "max_position_embeddings": 1024,
44
- "model_type": "detr",
45
  "num_channels": 3,
46
  "num_hidden_layers": 6,
47
- "num_queries": 100,
48
  "position_embedding_type": "sine",
49
  "scale_embedding": false,
50
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "microsoft/conditional-detr-resnet-50",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
6
+ "ConditionalDetrForObjectDetection"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
 
11
  "backbone_config": null,
12
  "bbox_cost": 5,
13
  "bbox_loss_coefficient": 5,
14
+ "class_cost": 2,
15
+ "cls_loss_coefficient": 2,
16
  "d_model": 256,
17
  "decoder_attention_heads": 8,
18
  "decoder_ffn_dim": 2048,
 
25
  "encoder_ffn_dim": 2048,
26
  "encoder_layerdrop": 0.0,
27
  "encoder_layers": 6,
28
+ "focal_alpha": 0.25,
29
  "giou_cost": 2,
30
  "giou_loss_coefficient": 2,
31
  "id2label": {
 
41
  },
42
  "mask_loss_coefficient": 1,
43
  "max_position_embeddings": 1024,
44
+ "model_type": "conditional_detr",
45
  "num_channels": 3,
46
  "num_hidden_layers": 6,
47
+ "num_queries": 300,
48
  "position_embedding_type": "sine",
49
  "scale_embedding": false,
50
  "torch_dtype": "float32",
preprocessor_config.json CHANGED
@@ -9,7 +9,7 @@
9
  0.456,
10
  0.406
11
  ],
12
- "image_processor_type": "DetrImageProcessor",
13
  "image_std": [
14
  0.229,
15
  0.224,
 
9
  0.456,
10
  0.406
11
  ],
12
+ "image_processor_type": "ConditionalDetrImageProcessor",
13
  "image_std": [
14
  0.229,
15
  0.224,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:873eaa59efb0e791d972ac4523c27d4c5c04bbdad6200ed4a2ec8c45f4766b9d
3
- size 166615701
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bdff4278819e55ecdf81d7c393c378b09e676f6966e077d7ac4085c21f75b6f
3
+ size 174209661
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:257d581e0d11ee680ed7674e92abad4cd194ee998ae41b952162e7ced7637eb1
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402d358d4022cba36e7759f829b42eebd93fc49d684db987ff0a168201dff845
3
  size 4027