Res2Net / Res2Net-PretrainedModels

(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
https://mmcheng.net/res2net/
1.07k stars 215 forks source link

self-supervised training on Imagenet #75

Open ForawardStar opened 1 year ago

ForawardStar commented 1 year ago

Is it possible to provide the self-supervised pre-trained model? Specifically, the model is trained on Imagenet without using the ground truth label. The model is trained in an self-supervised manner, e.g., momentum contrastive learning (https://github.com/facebookresearch/moco)