Tobi

Results 1 comments of Tobi

Hi Aaiguy, You can, for example, initialize the model as follows ```python from dinov2.models.vision_transformer import vit_large model = vit_large( patch_size=14, img_size=526, init_values=1.0, block_chunks=0 ) ``` Then you can use the...