LTH14 / rcg

PyTorch implementation of RCG https://arxiv.org/abs/2312.03701

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about the moco-v3-large code.

xbyym opened this issue · comments

Impressive work, thank you for sharing! I have now reproduced most of the experiments; additionally, I plan to fine-tune on a small-scale dataset. Could you provide the moco-v3-large code? I would be very grateful if you could help me!

Thanks for your interest! We included the architecture for moco-v3 large model here, and we also share the pre-trained weights on ImageNet (please see the README). To train moco v3, we follow this repo: the same training recipe as ViT-Base and ViT-Small.