We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf81b2 commit 0e35cfdCopy full SHA for 0e35cfd
dinov3/train/ssl_meta_arch.py
@@ -339,6 +339,7 @@ def init_weights(self) -> None:
339
self.cfg.distillation.checkpoint_path,
340
skip_load_keys=["dino_loss.center", "ibot_patch_loss.center"],
341
keys_not_sharded=["backbone.rope_embed.periods", "qkv.bias_mask"],
342
+ process_group=distributed.get_default_process_group(),
343
)
344
else:
345
logger.info("Init teacher to distil from, used for testing purpose only")
0 commit comments