We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7b347 commit c1eac95Copy full SHA for c1eac95
1 file changed
training/train.py
@@ -394,7 +394,7 @@ def wrap_ddp(model):
394
elif hasattr(backbone_module, 'embeddings') and hasattr(backbone_module.embeddings, 'patch_size'):
395
patch_size = backbone_module.embeddings.patch_size
396
else:
397
- patch_size = 16 # default fallback
+ patch_size = 14 # default fallback
398
399
list_dali_dataloader = []
400
list_head_names = []
0 commit comments