| |
| |
| |
|
|
| model: |
| query_feat_dim: 256 |
| hidden_dim: 512 |
| n_layers: 3 |
| n_heads: 8 |
| n_queries: 10 |
| dropout: 0.1 |
| use_grid: true |
| tau: 0.05 |
|
|
| training: |
| batch_size: 512 |
| epochs: 20 |
| lr: 5.0e-4 |
| weight_decay: 1.0e-4 |
| scheduler: cosine |
| warmup_epochs: 3 |
| seed: 42 |
| fp16: true |
|
|
| |
| lambda_gain: 5.0 |
| focal_gamma: 2.0 |
| auto_wpos: true |
|
|
| data: |
| |
| |
| |
| train_splits: |
| - data/cached_train_refcoco_unc_feats.pt |
| - data/cached_train_refcoco+_unc_feats.pt |
| - data/cached_train_refcocog_umd_feats.pt |
|
|
| val_splits: |
| - data/cached_val_refcoco_unc_feats.pt |
| - data/cached_val_refcoco+_unc_feats.pt |
| - data/cached_val_refcocog_umd_feats.pt |
|
|
| test_splits: |
| - data/cached_testA_refcoco_unc_feats.pt |
| - data/cached_testB_refcoco_unc_feats.pt |
| - data/cached_testA_refcoco+_unc_feats.pt |
| - data/cached_testB_refcoco+_unc_feats.pt |
| - data/cached_test_refcocog_umd_feats.pt |
|
|
| output: |
| checkpoint_dir: checkpoints/ |
| log_dir: runs/venice_h1/ |
|
|