PyTorch implementation of MoCo v3 https//arxiv.org/abs/2104.02057
Go to file
Xinlei Chen 549ebe5a5f Merge branch 'main' of github.com:fairinternal/moco-v3 into main 2021-06-24 14:18:02 -07:00
moco in-progress: add vit 2021-06-24 03:44:50 -07:00
CODE_OF_CONDUCT.md OSS Automated Fix: Addition of Code of Conduct 2021-06-22 17:33:57 -07:00
CONTRIBUTING.md OSS Automated Fix: Addition of Contributing 2021-06-22 17:31:48 -07:00
README.md first commit 2021-06-16 19:30:16 -07:00
main_lincls.py sync before training so it does not get stuck. 2021-06-19 02:59:06 -07:00
main_moco.py in-progress: add vit 2021-06-24 14:17:56 -07:00
vits.py in-progress: add vit 2021-06-24 03:44:50 -07:00

README.md

moco-v3