Skip to content

Commit c1eac95

Browse files
committed
updated
1 parent db7b347 commit c1eac95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

training/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def wrap_ddp(model):
394394
elif hasattr(backbone_module, 'embeddings') and hasattr(backbone_module.embeddings, 'patch_size'):
395395
patch_size = backbone_module.embeddings.patch_size
396396
else:
397-
patch_size = 16 # default fallback
397+
patch_size = 14 # default fallback
398398

399399
list_dali_dataloader = []
400400
list_head_names = []

0 commit comments

Comments
 (0)