Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Is it possible to use a pretrained ResNet50 for SWAV for custom dataset? #102

Open
sarmientoj24 opened this issue Apr 25, 2022 · 2 comments

Comments

@sarmientoj24
Copy link

This code block loads a ResNet50 that I assume is not pretrained. Is that correct?

    # build model
    model = resnet_models.__dict__[args.arch](
        normalize=True,
        hidden_mlp=args.hidden_mlp,
        output_dim=args.feat_dim,
        nmb_prototypes=args.nmb_prototypes,
    )

Is it possible that I load torchvision resnet50 here? I am using a different dataset for SWAV.

@irsman06
Copy link

Hi @sarmientoj24 ,
Were you able to run swav with a custom dataset?

@Yuxin-Du-Lab
Copy link

Is the effect ideal? I'm very interested in this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants