CountGD / config.json
nikigoli's picture
add-model (#1)
a07c2b0 verified
raw
history blame contribute delete
512 Bytes
{
"aux_loss": true,
"dec_pred_bbox_embed_share": true,
"dn_box_noise_scale": 1.0,
"dn_label_noise_ratio": 0.5,
"dn_labelbook_size": 91,
"dn_number": 0,
"iter_update": true,
"max_text_len": 256,
"nheads": 8,
"num_feature_levels": 4,
"num_patterns": 0,
"num_queries": 900,
"query_dim": 4,
"sub_sentence_present": true,
"text_encoder_type": "checkpoints/bert-base-uncased",
"two_stage_bbox_embed_share": false,
"two_stage_class_embed_share": false,
"two_stage_type": "standard"
}