detcon-pytorch
detcon-pytorch copied to clipboard
PyTorch implementation of DeepMind's DetCon from "Efficient Visual Pretraining with Contrastive Detection" Henaff et al. (ICCV 2021)
Hi, thank you for providing the pytorch code for DetConB. I want to ask how the num_classes in the config file affect the model training. From my understanding, no matter...
Thank you for putting together this repo! I'm working on a domain-specific use of DetCon right now and your code has helped a huge amount. I'm interested in adding an...
Why using layernorm in MLP?