diff --git a/configs/pretrain/mq-glip-t.yaml b/configs/pretrain/mq-glip-t.yaml index 9501cb9..9f2b493 100644 --- a/configs/pretrain/mq-glip-t.yaml +++ b/configs/pretrain/mq-glip-t.yaml @@ -93,6 +93,7 @@ AUGMENT: DATALOADER: SIZE_DIVISIBILITY: 32 + NUM_WORKERS: 0 SOLVER: OPTIMIZER: ADAMW @@ -114,7 +115,7 @@ SOLVER: MODEL_EMA: 0.999 FIND_UNUSED_PARAMETERS: False CHECKPOINT_PERIOD: 99999999 - CHECKPOINT_PER_EPOCH: 128.0 + CHECKPOINT_PER_EPOCH: 2.0 TUNING_HIGHLEVEL_OVERRIDE: "vision_query" MAX_TO_KEEP: 4 @@ -137,4 +138,4 @@ VISION_QUERY: CONDITION_GATE: True NONLINEAR_GATE: True NO_CAT: True - \ No newline at end of file +