csmithxc commited on
Commit
3bdf209
1 Parent(s): 79ea35e

Update configs/pretrain/yolo_world_s_t2i_bn_2e-4_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py

Browse files
configs/pretrain/yolo_world_s_t2i_bn_2e-4_100e_4x8gpus_obj365v1_goldg_train_lvis_minival.py CHANGED
@@ -30,7 +30,7 @@ model = dict(
30
  image_model={{_base_.model.backbone}},
31
  text_model=dict(
32
  type='HuggingCLIPLanguageBackbone',
33
- model_name='openai/clip-vit-base-patch32-projection',
34
  frozen_modules=['all'])),
35
  neck=dict(type='YOLOWorldPAFPN',
36
  guide_channels=text_channels,
 
30
  image_model={{_base_.model.backbone}},
31
  text_model=dict(
32
  type='HuggingCLIPLanguageBackbone',
33
+ model_name='openai/clip-vit-base-patch32',
34
  frozen_modules=['all'])),
35
  neck=dict(type='YOLOWorldPAFPN',
36
  guide_channels=text_channels,