Closed MikeMACintosh closed 1 year ago
Hi,
Do you have an issue for running the code above ?
For further work you can just take the code, replace the dataloader by your custom dataloader, and pretrain on your dataset. You can also fine-tune the pretrained model on your custom dataset.
Hi, thanks for your work! How can i get image features from vicreg models? I doing:
And question for further works: how i can implement self-supervised metric learning with vicreg for custom dataset? I need a good embedding for image from my own dataset.