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
Thank you for sharing your great article on Medium and GitHub. I was inspired a lot.
In 3.DinoV2_VS_ResnetClassification.ipynb, you load the dinov2_vits14 model, and I don't see anywhere you freeze the parameters in the dinov2.
Does it mean that during the training process, you tune all the parameters in the DinoVisionTransformerClassifier (including transformer and linear layer)?
Then does it mean that all the benefits come from the pretrained model and curated data is discarded?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for sharing your great article on Medium and GitHub. I was inspired a lot.
In 3.DinoV2_VS_ResnetClassification.ipynb, you load the dinov2_vits14 model, and I don't see anywhere you freeze the parameters in the dinov2.
Does it mean that during the training process, you tune all the parameters in the
DinoVisionTransformerClassifier
(including transformer and linear layer)?Then does it mean that all the benefits come from the pretrained model and curated data is discarded?
The text was updated successfully, but these errors were encountered: