A PyTorch implementation of SimCLRv2 architecture developed by Google Research. This code is heavily based off Spijkervet SimCLRv1 implementation in PyTorch. ResNet architecture and contrastive head are borrowed from Separius' excellent repo for converting Tensorflow weights to PyTorch.
Experimental.