You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for providing the code. I have a question about how to set the bottleneck_ dim=0 inDINOHeadand iBOTHead, there will be no self. last_ Layer=nn. utils. weight_ Norm (nn. Linear (bottleneck_dim, patch_out_dim, bias=False)) instead uses self.mlp2=nn Linear (hidden dim, patch_out_dim), I would like to know how much impact this will have on the model?
The text was updated successfully, but these errors were encountered:
Hi, thank you for providing the code. I have a question about how to set the
bottleneck_ dim=0
inDINOHead
andiBOTHead
, there will be noself. last_ Layer=nn. utils. weight_ Norm (nn. Linear (bottleneck_dim, patch_out_dim, bias=False))
instead usesself.mlp2=nn Linear (hidden dim, patch_out_dim)
, I would like to know how much impact this will have on the model?The text was updated successfully, but these errors were encountered: