stevenbucaille commited on
Commit
ba3320b
·
verified ·
1 Parent(s): e0d3bb4

Add lwdetr_tiny_30e_objects365 model

Browse files
Files changed (1) hide show
  1. config.json +1 -6
config.json CHANGED
@@ -56,13 +56,11 @@
56
  ],
57
  "use_absolute_position_embeddings": true,
58
  "use_cae": true,
59
- "use_relative_position_embeddings": false,
60
  "window_block_indices": [
61
  0,
62
  2,
63
  4
64
- ],
65
- "window_size": 0
66
  },
67
  "backbone_kwargs": null,
68
  "batch_norm_eps": 1e-05,
@@ -83,7 +81,6 @@
83
  "dtype": "float32",
84
  "eos_coefficient": 0.1,
85
  "focal_alpha": 0.25,
86
- "freeze_backbone_batch_norms": true,
87
  "giou_cost": 2,
88
  "giou_loss_coefficient": 2,
89
  "group_detr": 13,
@@ -457,7 +454,6 @@
457
  "365": "LABEL_365"
458
  },
459
  "init_std": 0.02,
460
- "init_xavier_std": 1.0,
461
  "label2id": {
462
  "LABEL_0": 0,
463
  "LABEL_1": 1,
@@ -826,7 +822,6 @@
826
  "LABEL_98": 98,
827
  "LABEL_99": 99
828
  },
829
- "mask_loss_coefficient": 1,
830
  "model_type": "lw_detr",
831
  "num_feature_levels": 1,
832
  "num_queries": 100,
 
56
  ],
57
  "use_absolute_position_embeddings": true,
58
  "use_cae": true,
 
59
  "window_block_indices": [
60
  0,
61
  2,
62
  4
63
+ ]
 
64
  },
65
  "backbone_kwargs": null,
66
  "batch_norm_eps": 1e-05,
 
81
  "dtype": "float32",
82
  "eos_coefficient": 0.1,
83
  "focal_alpha": 0.25,
 
84
  "giou_cost": 2,
85
  "giou_loss_coefficient": 2,
86
  "group_detr": 13,
 
454
  "365": "LABEL_365"
455
  },
456
  "init_std": 0.02,
 
457
  "label2id": {
458
  "LABEL_0": 0,
459
  "LABEL_1": 1,
 
822
  "LABEL_98": 98,
823
  "LABEL_99": 99
824
  },
 
825
  "model_type": "lw_detr",
826
  "num_feature_levels": 1,
827
  "num_queries": 100,