From 57621e10e3609f31310397c3a3ef447d2e228b35 Mon Sep 17 00:00:00 2001 From: YifanXu <yifan.xu@nlpr.ia.ac.cn> Date: Fri, 20 Oct 2023 22:06:37 +0800 Subject: [PATCH] Update mq-glip-t.yaml --- configs/pretrain/mq-glip-t.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +